Hi, I have a very basic problem, maybe someone can help.
I'm trying to use sqlite3.dll in an x64 application (VS 2008). So, I downloaded the x64 zip from the SQLite download page, unzipped it. I put the .dll, .lib, and .def files in my project's directory. I added the .lib to the Linker->Input -> Additional Dependencies in VS. I wrote a test snippet of code that calls sqlite3_close(). When I compile, I get an unresolved external symbol on sqlite3_close(). If I do the same thing with the x86 version of the binaries, and change my project target to Win32, it compiles as expected. What am I missing? Thx, Nancy This email and any attachments are intended solely for the use of the individual or entity to whom it is addressed and may be confidential and/or privileged. If you are not one of the named recipients or have received this email in error, (i) you should not read, disclose, or copy it, (ii) please notify sender of your receipt by reply email and delete this email and all attachments, (iii) Dassault Systemes does not accept or assume any liability or responsibility for any use of or reliance on this email. For other languages, go to http://www.3ds.com/terms/email-disclaimer _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users