i'm not recommending one compiler over another. this is just an fyi. i was able to build the dll (3.x) using borland c++ 5.5.1. are you sure you are not using bc 5.0? i did get int64 errors using bc5.0, but it compiles fine with bc5.5.1.
Here is the 5.5.1 information: fileinfo: 06/27/2000 06:01a 869,376 bcc32.exe verinfo: Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland The header files seem to take care of the __int64 problem via sqlite_int64. -----Original Message----- From: Rubens Jr. [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 8:41 AM To: [EMAIL PROTECTED] Subject: [sqlite] Wich compiler to use in Windows Hi ! Wich compiler do you recomend to use to compile sqlite3.0.8 in Windows ? I have used LCC-Win32, but I have to change. The last version are buggy :( My application has sqlite build in, so I got the source and put it all together, then I can not use the ready made DLL. I tried Borland C++ 5.5 (the free version) but it not compile ! It seems tha it do not suport long long (the source has ifdef BORLAND_C but the compiler show a lots of erros about __Int64 and so on :( With DEV-CPP all sources compiles with litle warnings, but do not generate the DLL (and I do not discovered why yet) So, what you suggest ? Thanks Rubens Jr.