From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: rhide and NT Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <8sc4es$h4o$1 AT inf6serv DOT rug DOT ac DOT be> <9003-Mon16Oct2000075603+0300-eliz AT is DOT elta DOT co DOT il> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 26 X-Trace: /K+neUPL3ZFK0Q8f3sleTqPHY+x/PHfJZlEfJIWcHz4R73J16/AOFk0sacVUO1zfQZPw2dutWjgd!ppqP2GOU4TaNXsq9DHQMkHUhTedFajaZht0V1JcdNWcfdKxUnop1851rschA2mDkTnWmPQaTeSCH!RENOUQ== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Mon, 16 Oct 2000 20:36:18 GMT Distribution: world Date: Mon, 16 Oct 2000 20:36:18 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Mon, 16 Oct 2000 07:56:03 +0200, "Eli Zaretskii" wrote: >> From: Damian Yerrick >> Newsgroups: comp.os.msdos.djgpp >> Date: Sun, 15 Oct 2000 15:05:35 GMT >> >> Yes, DOS. NT's virtual DOS machine has bugs and missing features that >> get in the way of debugging a DOS program. > >Really? What problems with debugging did you see on NT? My bad. Now I see the real problem. To OP: You turned on the -g switch generate debugging information, but you need to recompile your source files with the switch on. Try deleting your project's .o files. --