Good news, sqlite still works under DOS. Bad news, some compile-time tweaks
are needed. The most pressing is the definition of the osFstat macro, which
needs to be changed to
#ifdef __DJGPP__
{ "fstat", 0, 0 },
#define osFstat(a,b) 0
#else
previously, it accepted 3 arguments, which leads to a compile error under
djgpp. There are other tweaks needed, but those are less pressing.
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users