Date: Sat, 13 Feb 1999 12:32:24 -0500 Message-Id: <199902131732.MAA26365@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <7a45ka$nnj$1@news1.cableinet.co.uk> (jonpin@skynet.co.uk) Subject: Re: GPF - Only in DJGPP, not TurboC++ References: <7a45ka$nnj$1 AT news1 DOT cableinet DOT co DOT uk> Reply-To: djgpp AT delorie DOT com > I have a programme that works fine in Turbo C++, but when I try to run > it in DJGPP, it compiles OK and then crashes with a GPF. What's wrong? This usually means that your program really is broken, but in such a way that Turbo C++ can't detect it. Run your program under a debugger (i.e. gdb) so that you can find out where and why it failed.