Ota Durai <durai...@yahoo.com> wrote:
> I am working on a project in vs2008 with an pocket pc.
> I have downloaded the sqlite3.dll and sqlite3.h files from the amalgation & 
> dll
> of sqlite site.
> i have created the lib file from this def file using the command "lib
> /machine:i386 /def:sqlite3.def". and i have linked it to the project.

Have you mentioned that .lib file in project settings? Project | Properties | 
Linker | Input | Additional Dependencies.

Also, you seem to be building for ARM processor. The precompiled .DLL file 
provided on sqlite.org is built for regular desktop Windows, running on an x86 
CPU. I don't believe it'll work on a mobile phone. You'll probably have to 
build SQLite from sources, but I must admit I know nothing about mobile 
development.
-- 
Igor Tandetnik

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

Reply via email to