From: "Fredrik Hellman" Newsgroups: comp.os.msdos.djgpp References: <3A5A150E DOT E6EE5A6 AT telia DOT com> <200101081952 DOT OAA05184 AT envy DOT delorie DOT com> Subject: SV: Strange function addresses Lines: 15 Organization: Freli X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Message-ID: Date: Mon, 08 Jan 2001 20:31:36 GMT NNTP-Posting-Host: 62.20.145.143 X-Complaints-To: abuse AT telia DOT com X-Trace: newsc.telia.net 978985896 62.20.145.143 (Mon, 08 Jan 2001 21:31:36 CET) NNTP-Posting-Date: Mon, 08 Jan 2001 21:31:36 CET To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thank you! I'll test that. But the strange thing is that the code doesn't work on a 386DX..... DJ Delorie skrev i diskussionsgruppsmeddelandet:200101081952 DOT OAA05184 AT envy DOT delorie DOT com... > > > You can't debug 32-bit programs with a 16-bit debugger. Use one of > > DJGPP's debuggers, like gdb, rhgdb, or edebug. > > Oh, and use "objdump -d foo.exe" to see what your program *really* > looks like.