Re: [sqlite] sqlite3.lib for ARMV4T processor

2008-06-13 Thread sqlite
Dear Virgilio We now solved the problem of creating the sqlite3.lib file specific for ARMV4T processor, and able to run our application using the sqlite3.lib file that we generated for ARMV4T processor, thanks for your reply. Regards, kartthikeyan.s Virgilio Alexandre Fornazin-2 wrote: >

Re: [sqlite] sqlite3.lib for ARMV4T processor

2008-06-12 Thread sqlite
Dear Virgilio, We enabled the functional level linking using SQLIte, but we are getting the "unresolved exteral symbol sqlite3_open referenced in function" error which means the sqlite3.lib file we have generated is not valid? if so kindly help us to generate the lib file for ARMV4T processor.

Re: [sqlite] sqlite3.lib for ARMV4T processor

2008-06-12 Thread sqlite
Dear Virgilio, We enabled the functional level linking using SQLIte, but we are getting the "unresolved exteral symbol sqlite3_open referenced in function" error which means the sqlite3.lib file we have generated is not valid? if so kindly help us to generate the lib file for ARMV4T processor.

Re: [sqlite] sqlite3.lib for ARMV4T processor

2008-06-12 Thread sqlite
Dear Virgilio, Thanks for your Quick reply, we dont know how to enable the funtional level linking using SQLite with eVC, so kindly tell us how to enable the same. Thanks & Regards, kartthikeyan Virgilio Alexandre Fornazin-2 wrote: > > IF you are using SQLite with eVC, you must enabled funct

Re: [sqlite] sqlite3.lib for ARMV4T processor

2008-06-12 Thread Virgilio Fornazin
IF you are using SQLite with eVC, you must enabled function level linking, because ARM linkers had a bug before eVC SP4 that generated corrupt image files. On Thu, Jun 12, 2008 at 9:39 AM, sqlite <[EMAIL PROTECTED]> wrote: > > Dear All, > > We are using SQLite for our application development whi

[sqlite] sqlite3.lib for ARMV4T processor

2008-06-12 Thread sqlite
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.d