X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.66.75.167 with SMTP id d7mr4419355paw.30.1361440893287; Thu, 21 Feb 2013 02:01:33 -0800 (PST) X-Received: by 10.50.6.135 with SMTP id b7mr2633170iga.9.1361440893055; Thu, 21 Feb 2013 02:01:33 -0800 (PST) Newsgroups: comp.os.msdos.djgpp Date: Thu, 21 Feb 2013 02:01:32 -0800 (PST) In-Reply-To: <321a65f6-1e1b-4997-8017-4aaf75f323f1@googlegroups.com> Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=120.60.47.157; posting-account=-J4QYgoAAADixJ1fgJcNtE6XYdP2WoO_ NNTP-Posting-Host: 120.60.47.157 References: <43bcdb29-6ac3-4cdf-a0ca-e73adb60bf91 AT googlegroups DOT com> <2189b781-e56b-4efb-8b56-5cd6fef1a270 AT googlegroups DOT com> <321a65f6-1e1b-4997-8017-4aaf75f323f1 AT googlegroups DOT com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <27fd7180-9e45-43b8-8b95-bfd22d4a580f@googlegroups.com> Subject: Re: compilation of sqlite3 on dos using djgpp From: mahesh DOT s DOT chavan AT gmail DOT com Injection-Date: Thu, 21 Feb 2013 10:01:33 +0000 Content-Type: text/plain; charset=ISO-8859-1 Bytes: 2587 Lines: 34 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r1LAF2HJ026255 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Dear George, Thank you once again. I was able to compile a c program ising your sqlite library. I am loading the exe in RAMDISK as the filesize is about 1.5 MB. But can fit on a 1.72 MB floppy created using FDFormat. The example given in FREEBASIC sqlite3_test.bas does not compile due to error in sqllite3.bi I have downloaded updated version, but still not working. Although I use djgpp to compile c program I would like to use sqlite3 in freebasic too. If you have sqlite3.bi which is working, please let me know. Thanks. -Mahesh On Thursday, February 21, 2013 3:30:55 AM UTC+8, Georg Potthast wrote: > Glad I could help and my work was not in vain. I am a bit overwhelmed by your gratitude. > > > > I thought SQLite could be interesting for other DOS users too. So I made a more complete package now for download. This includes example code to use DJGPP with SQLite and instructions and the source code to compile the library and the sqlite3.exe utility: > > > > http://nanox-microwindows-nxlib-fltk-for-dos.googlecode.com/files/sqlite-3.5.6.zip > > > > Georg