Dear All, We are using SQLite for our application development which would be deployed in a pocket pc of type DTX 10 processor ARMV4T.Also we have generated the lib file specific for ARM processor using the LIB.exe with the parameters DEF:sqlite3.def MACHINE:ARM and the sqlite3.lib and sqlite3.dll files are generated. When we compiled the application with the sqlite functions like sqlite3_open() the application gets compiled and the exe also gets generated with out any errors. But when we run the application in the DTX10 device it throws an error "Application is not a valid WINCE application" but when we remove the function call sqlite3_open() from the application and run it in the device it is running without any errors. Have we generated the sqlite3.lib and sqlite3.dll files correctly? because we have mentioned the machine name as ARM and using the sqlite3.lib file for ARMV4T processor, is it correct? if not how to generate the sqlite3.lib file for the processor ARMV4T, kindly help us in this regard. Or if possible provide us the sqlite3.lib file meant for ARMV4T processor.
Thanks Kartthikeyan -- View this message in context: http://www.nabble.com/sqlite3.lib-for-ARMV4T-processor-tp17798977p17798977.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