Date: Wed, 13 Dec 2000 13:51:13 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Hazel Moore cc: djgpp AT delorie DOT com Subject: Re: OH MY GOD! The wierdest error ever! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk [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.