On 6/2/2010 9:56 AM, lukasz aaa wrote:
> Hello. Sorry for my English.
> I have a problem with the SQLite library reloaded correctly (use in
> project). I'm using VC++ 2010 and Dev.
> I add to project sqlite3.h, copy to folder with source sqlite3.dll and
> sqlite3.lib. I add sqlite3.lib to linker - i search information on
> forums, but can't compile program.
> I make file sqlite3.lib, with program lib.exe, after it not work do it
> with VC++ Create Library, don't work too.
> Error is " error C3861: 'sqlite_open': identifier not found".
> If you have time pleas help me.

  I too am trying to use the current sqlite 3. This is in an application that 
previously
was linked to a static sqlite 3. I can switch to the DLL version if needed. I 
built a .lib
from the .dll and .def file, and switched to the new .h and the .lib, but I had 
no success
linking, with the symbol not found errors.

  I would most like to find a static link version of the most current sqlite 
library, but
failing that, linking with the DLL version would be ok.

  I'm using MSVC++2008 Express.

-- 
Chris 'Xenon' Hanson, omo sanza lettere                  Xenon AlphaPixel.com
PixelSense Landsat processing now available! http://www.alphapixel.com/demos/
"There is no Truth. There is only Perception. To Perceive is to Exist." - Xen
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to