From: "K.A.R.L." Newsgroups: comp.os.msdos.djgpp Subject: Re: DjGpp troubles Date: Fri, 10 Jan 1997 17:12:56 +0100 Organization: Universidade de Santiago Lines: 18 Message-ID: <32D66A88.12C7@usc.es> References: <32D604D2 DOT 5803DBBA AT ce DOT unipr DOT it> Reply-To: farega AT usc DOT es NNTP-Posting-Host: fmsomoza.usc.es Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Andrea Marchini wrote: > > Hi all, I am totally new to djgpp. I am writing a string managing > module and the C code is executed correctly when compiler by the BC > compiler, while djgpp gives me errors. And... is there a GOOD debugger > (a visual one, fsdb is not very friendly, more friendly than gdb of > course, but sometime it gives some weird errors too)?? > > Thanks > > Andrea Marchini > http://www.ce.unipr.it/~marchini/jaluit.html I had some problems moving from BC to DJGPP with uninitilized pointers and declaring variables inside a for and so on. I find that DGJPP requires more attention on the code. I hope this may help you. Anyway, a detailed description of the errors would be better to help you more.