On Nov 18, 2008, at 5:10 AM, Roshan Sullad wrote:

> [...]
> I have another Visual studio test application where I am using this
> Sqlite3.dll functionality, I have linked statically to Sqlite3.dll by
> including *sqlite3.c,sqlite3.h,sqlite3ext.h* , files in to my test
> application project. And am linking through *Sqlite3.lib* which I  
> generated
> using *Implib.exe. *Everything is linked and built successfully.

If you include sqlite3.c in the project, then you are not using  
Sqlite3.dll at all.

> So my doubt Is I have enabled above macros in the project settings of
> Sqlite3.dll, do I need to define above macros in the project settings

Yes, you must either use the DLL or the macro definitions.

e

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to