Thanks for pointing out this project...I may be able to use this in my current 
effort.
 
Download the amalgamation
http://www.sqlite.org/sqlite-amalgamation-3_7_3.zip
Download the windows binaries
http://www.sqlite.org/sqlitedll-3_7_3.zip
 
Extract the sqlite3.h from the amalgation and the sqlite3.dll and sqlite3.def 
files from the binaries somewhere -- like maybe in your debea directory.
In my case it was a subdirectory under the debea svn checkout
D:\Projects\debea\sqlite3
 
 
>From VS command window build the .lib file
cd \projects\debea\sqlite3
lib /def:sqlite3.def
mkdir lib
mkdir include
move *.dll lib
move *.lib lib
move *.h include
WXW
Setup your environment variable
set SQLITE3_PATH=D:\Projects\debea\sqlite3
 
Modify the debea_dev_build.bat
SET DBA_PLUGINS=CSV=1 SQLITE3=1 ODBC=0 PGSQL=0 XML=0
SET DEBEA_CONFIGURE_FLAGS=DEBUG=0 TESTS=0
set SOURCES_DIR=D:\Projects\debea
SET DEVEL=D:\Projects\debeabuild
SET BUILD_DIR=D:\Projects\debeabuild
 
Comment out all the lines in the wxdba library build (I don't need it -- I 
don't know about you -- if you want the WX stuff you need to set WXWIN)
REM build wxdba library - needs wxWidgets to build
 
Build it
 
You should end up with dba.lib in your DEVEL\lib directory
 
You'll need to put the sqlite3.dll in your path somewhere so your other 
projects can find it.
 
Michael D. Black
Senior Scientist
Advanced Analytics Directorate
Northrop Grumman Information Systems
 

________________________________

From: [email protected] on behalf of Linda Rawson
Sent: Thu 10/28/2010 12:32 PM
To: [email protected]
Subject: EXTERNAL:[sqlite] Sqlite with VS 2008



I am trying to use sqlite in the debea database library.

http://debea.net/trac/wiki/CompileSvn

It simply says compile sqlite3.

I am however a VS2008 user.  I cannot find a way to compile it so I can
reference the include and library directories.  Can you help?

Linda Rawson
Sensory Technology Consultants
 <blocked::http://www.sensorytech.net/> http://www.sensorytech.net 
<http://www.sensorytech.net/> 
Phone:  801-791-9222 | Fax:  888-294-6706
Email:  <mailto:[email protected]> [email protected]

A Woman-Owned, 8(a) Minority, Small Business

The NATURAL PROGRESSION to technology, consulting and system integration...

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to