Hi,

Thank you for reading my post.

I have downloaded the following archive:
http://www.sqlite.org/sqlite-amalgamation-3070603.zip
It contains:
- shell.c
- sqlite3.c
- sqlite3.h
- sqlite3ext.h

My OS is "Windows Vista".
With "Microsoft Visual Studio 2005 Version 8.0", I created a new "Project":
"File -> New -> Project"
I chose:
"Visual C++", "Smart Device"
    "Win32 Smart Device Project"

I gave it a name: "sqlite6".
I selected the SDK: "Pocket PC 2003".
I chose "Application type": "Static Library".
I unchecked the additional option (which was checked): "Precompiled header".

In the "Header Files" section of the project, I added the existing items:
- sqlite3.h
- sqlite3ext.h

In the "Source files" section of the project, I added the existing item:
- sqlite3.c

When I choose "Build sqlite6", I get the following error:

=============================================================
Error   1       error C2065: 'LOCKFILE_EXCLUSIVE_LOCK' : undeclared identifier
c:\sqlite\sqlite-amalgamation-3070603\sqlite3.c 32390   
=============================================================

Can you tell me what to do to solve that issue?

Best regards,
--
hmas
-- 
View this message in context: 
http://old.nabble.com/Error-%28LOCKFILE_EXCLUSIVE_LOCK%29-at-building-sqlite-project-for-pocket-pc-tp31750353p31750353.html
Sent from the SQLite mailing list archive at Nabble.com.

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

Reply via email to