Hi all: As stated in an earlier post, I have been in problems compiling SQLite 3.3.10 in Windows with the provided .DLL (who deppends on MSVCRT.DLL) so I decided compile my own library.
As far as I understand, the sqlite-source-3_3_10.zip file, contains pure C code that can be processed directly with an ordinary C compiler. I try to make a .DLL with these files, but without success at the moment. I'm using GNU C++ for Windows (Dev-C++). After inserting all the 49 files in my project, an including the following directives, the process appear be in an endless loop (all other options are defaults). -DSQLITE_DISABLE_LFS=1 -UINT32_TYPE=1 -WIN32=1 Do is there some one who has successfully compiled under window an GNU C++?. Who makefile use?. Some "idiot guide" for a beginner? Any comment would be appreciated. Suggestion: Why not include a .DLL without the mentioned dependencies? (as in 3.3.8 I think) Not all people use MS VC++. A.J.Millan ZATOR Systems. ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------