From: =?ISO-8859-1?Q?Rafael_Garc=EDa?= Newsgroups: comp.os.msdos.djgpp Subject: Re: database engine? Date: Tue, 13 May 2003 10:48:51 +0200 Organization: Telefonica Data Espagna Lines: 18 Message-ID: <3EC0B173.2030907@geninfor.com> References: <3EB0676B DOT 5030501 AT hotmail DOT com> <3EB22B01 DOT 2040707 AT geninfor DOT com> <3EB56728 DOT 1040008 AT hotmail DOT com> <3EB622B6 DOT 1030404 AT geninfor DOT com> <3EBE6C88 DOT 4050800 AT hotmail DOT com> NNTP-Posting-Host: 80-24-251-44.uc.nombres.ttd.es Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: nsnmrro2-gest.nuria.telefonica-data.net 1052815740 24757 80.24.251.44 (13 May 2003 08:49:00 GMT) X-Complaints-To: usenet AT nsnmrro2-gest DOT nuria DOT telefonica-data DOT net NNTP-Posting-Date: Tue, 13 May 2003 08:49:00 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020826 X-Accept-Language: en-us, en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Bill Hart wrote: > Haven't gotten far enough along to have hit a locking snag yet, I'm > still at the beginning. > > ------------------------------------------------------------------------ > > Original Mix Turbo C makefile > > OBJ= isaminit.obj isamexit.obj copydb.obj newindex.obj destrydb.obj \ > renamedb.obj dbhandle.obj findrec.obj findtail.obj getfldct.obj \ >.... Well, I haven't needed fight with that kind of problems: I use RHIDE and simply have to put all cbt\*.c in the projetc list, on the IDE. I think this is easier to do. But remember to use Linux version because it's written with a very much more portable code than DOS/WIN version.