WIN32 mingw dev-c++ port
Status: Inactive
Brought to you by:
nonun
I did some modifications and added some files to
provide functionalities missing in the mingw
environment, it uses the pthreads win32 port.
http://dad-it.com:8080/SQLiteDBMS-beta.tgz
I expect someone will find it usefull and can help
improve it.
As well I expect it to be merged in the oficial
version.
Logged In: NO
I found another bug in the port to win32 mingw the "lld" used in the sprintf family
doesn't work with mingw, should have a conditional compiler and change then to "I64d".