My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
HowToCompile  
Instruction on how to compile
Phase-Deploy, Featured
Updated Jul 7, 2010 by noah.hart@gmail.com

Source Code

In an existing project

  1. Add a new folder named C#-SQLite
  2. Right click on that folder
  3. Select Add Existing Items...
  4. Navigate to where the source code for C#-SQLite is stored
  5. Select All files
  6. Choose Add as Link

Much Easier Way: Start with one of the projects supplied with the source code#

Build Settings

Conditional compilation symbols

See CompilerOptions

Additional settings for DEBUG configuration

Set the DEBUG and TRACE flags

Additional settings for RELEASE configuration

Clear the DEBUG and TRACE flags

Errors and Warnings

  1. Warning Level 4
  2. Suppress warnings: 0168 ; 0169; 0414; 0618; 0649
Comment by richarda...@gmail.com, Apr 9, 2011

Wait... seriously? This has to be added to an existing project? It's not designed to be a standalone assembly that you can just use from whichever project you want?

Comment by richarda...@gmail.com, Apr 9, 2011

Ahh; it was in the FAQ, but not clear here. For others who may be similarly confused, build the Community.CsharpSqlite?.SQLiteClient sln to get an assembly (DLL) that works as a standard .net data source. (see the FAQ for more)

Awesome project, thanks!


Sign in to add a comment
Powered by Google Project Hosting