From: Martin Ambuhl Newsgroups: comp.os.msdos.djgpp Subject: Re: Database programming with djgpp Date: Sat, 09 Jan 1999 03:18:19 -0500 Content-Transfer-Encoding: 7bit References: <000401be3b2e$976ba060$19a531ce AT fresita-one> X-Posted-Path-Was: not-for-mail X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-ELN-Date: 9 Jan 1999 08:18:32 GMT X-ELN-Insert-Date: Sat Jan 9 00:25:06 1999 Organization: Nocturnal Aviation Lines: 24 Mime-Version: 1.0 NNTP-Posting-Host: 1cust41.tnt9.nyc3.da.uu.net Message-ID: <369710CB.6C872671@earthlink.net> X-Mailer: Mozilla 4.5 [en] (Win95; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Jorge Ivan Meza Martinez wrote: > > >| It will update and consult a relatively small database. I'll use a > >| DBF compatible library for the (quasi) database management: i'm > >| considering (GPL) Xbase DBMS, that i found in > >| http://www.gbob.com/xbase/xbase.html > > I downloaded the XBase, thanks to the suggestion of Boon van der RJ, > but I had problems when linking the library. > > It uses the gcvt function to convert doubles to strings, BC has this > function > in stdlib.h but DJGPP not. djgpp has gcvt in stdlib.h Since gcvt is not ANSI/ISO, it will not be seen when __STRICT_ANSI__ is defined. It is also not POSIX, so it will not been seen if _POSIX_SOURCE is defined. -- Martin Ambuhl (mambuhl AT earthlink DOT net) Note: mambuhl AT tiac DOT net will soon be inactive