From: "Edmund Horner" Newsgroups: comp.os.msdos.djgpp Subject: libmysql DJGPP port Lines: 15 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Organization: Paradise Net Message-ID: <973589231.29998@shelley.paradise.net.nz> Cache-Post-Path: shelley.paradise.net.nz!unknown AT 203-96-146-1 DOT tnt2 DOT paradise DOT net DOT nz X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: Tue, 7 Nov 2000 22:28:52 +1300 NNTP-Posting-Host: 203.96.152.26 X-Complaints-To: newsadmin AT xtra DOT co DOT nz X-Trace: news.xtra.co.nz 973589232 203.96.152.26 (Tue, 07 Nov 2000 22:27:12 NZDT) NNTP-Posting-Date: Tue, 07 Nov 2000 22:27:12 NZDT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hello. I've noticed in the past others interested in making MySQL clients with DJGPP. Did anyone ever achieve much? I have managed to compile a libmysql.a with DJGPP (and without RSXNTDJ), and got the first example client program working with it. It uses the well-recommended libsockets for DJGPP to connect using TCP/IP to the MySQL server. Anyhow, I just thought I'd mention it. Edmund.