Date: Sun, 28 Feb 1999 14:22:08 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Paradox cc: Nate Eldredge , djgpp AT delorie DOT com Subject: Re: GPF errors In-Reply-To: <36D73558.54EAD063@cartsys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Fri, 26 Feb 1999, Nate Eldredge wrote: > > The FAQ didn't help much, and the function is located in ALLEGRO. I checked > > all my .bmps and they're all located and stored in the .dat file and loaded > > correctly. > > You might look higher up the traceback to see where in *your* code the > call to the crashing function is coming from. Read the docs for the > Allegro function you call over, and make sure you're calling it right. > If you think you are, post your source and a complete symified traceback > so people can investigate. > > If you're not getting a traceback, recompile Allegro with debugging > enabled (its manual explains this) and relink your app. All of the above (and then some) is explained in section 12.2 of the FAQ, which allegedly ``didn't help much''. Maybe the person with the problem would like to describe what did they tried to do following the FAQ's advice, and how that didn't help. Then we could try to help better, instead of just reiterating what the FAQ already says.