Message-ID: <002501c06564$70ed2aa0$84ed513f@bryanedd> From: "Hazel Moore" To: References: Subject: It works now Date: Wed, 13 Dec 2000 16:25:59 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Reply-To: djgpp AT delorie DOT com Advice taken. Hmm... that must have been it because I created a new project and recompiled everything under it. Although I do not rememver changing any link options, something like that must've happened because it works now. Thanks! ----- Original Message ----- From: "Eli Zaretskii" Newsgroups: comp.os.msdos.djgpp To: "Hazel Moore" Cc: Sent: Wednesday, December 13, 2000 3:51 AM Subject: Re: OH MY GOD! The wierdest error ever! > [You might consider using a better Subject next time, one that tells > something about the nature of your problem.] > > On Tue, 12 Dec 2000, Hazel Moore wrote: > > > Okay, I got my Allegro/DJGPP compiler and my RHIDE. I've thrown together 3 > > modules of code. And everything compiles with no warnings... EXCEPT one > > error that did not stop the compilation. It read: > > > > The error was: Permission denied (EACCES) > > > > This error pops up in the RHIDE message window right after the main module > > in my program is compiled. The program even runs and exits successfully from > > RHIDE, but when I try to run the .exe from windows, a dialog box pops up and > > says: > > > > C:\djgpp\bin\mygame.exe is not a valid Win32 application > > Does it work to say this: > > go32-v2 c:\djgpp\bin\mygame.exe > > I suspect that you tinkered with the RHIDE link switches, and produced > a program which is not in a valid format for executables. > > So please describe all the changes you have done in RHIDE as compared > to the default settings. > > Please also tell what version of Windows is that.