From: "aalfonso" Newsgroups: comp.os.msdos.djgpp Subject: Permission denied (EACCES) Date: Thu, 2 Apr 1998 19:47:45 -0500 Lines: 14 NNTP-Posting-Host: shiva4-n218-ip239-toronto.ica.net Message-ID: <352431f7.0@lightning.ica.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I tried to write and compile my first C++ program. The usual "Hello World" exe. The only difference between the C++ version and the C version I successfully compiled that I can see is the #include and cout. The compiler says The error was: Permission denied (EACCES) Djgpp seems to create an exe but when I try to run it Windows tells me that it is not a valid Win32 application. I tried to run it in DOS and received "There is not enough memory to run the program" . Though my C programs run just fine both out of Windows and Dos. Could anyone tell me how to correct this? Any Help is greatly appreciated. Alan