Hi guys , I'm new here. I wondered if SQLite is made for embedded systems, that means it also works on MS-DOS too.
I tried to build `sqlite3.exe` from the latest amalgamation source code (version 3.42.o since I wrote this) for MS-DOS using DJGPP, but I got flooded by error messages talking about `fopen()`, something like that.
I have asked on the SQLite forum and I can't get any solutions from there
I've also heard that it could be built successfully, but it involves modifying the source code. I could use GCC but I have 0 experience on C, so could you please help me??
Thank you for letting me ask this question in this forum.