Title: Big Problem
Rmstn1580 - January 26, 2007 01:45 AM (GMT)
Whenever I try to compile a program it simply says "Permission Denied" and it doesn't run the program. I'm using Dev-Cpp. Any suggestions?
Rmstn1580 - January 26, 2007 01:56 AM (GMT)
Rmstn1580 - January 26, 2007 02:14 AM (GMT)
homeslice - January 26, 2007 02:44 AM (GMT)
I haven't gotten that message before...I would try redownloading or somthing...
Rmstn1580 - January 26, 2007 05:19 AM (GMT)
It only does it for Allegro projects though. I can compile other projects just fine.
C-Man - January 26, 2007 08:46 AM (GMT)
Are you sure the .exe isn't already running
?
Zaqufant - January 26, 2007 12:49 PM (GMT)
This has happen to me before. And I think it only happened to me when I was trying to COMPILE some code off of a CD. It won't let you compile code off a CD. You have to save it to your harddrive, then it should compile. And, Allegro might have done this to me before. I'm not sure. I might have just restarted my computer and it worked. Try those two.
myork - January 26, 2007 02:22 PM (GMT)
If you try to compile a program that is already running.
The compiler will not be allowed to overrite the programm and could fail with this message.
Rmstn1580 - January 27, 2007 05:53 AM (GMT)
I'm positive the program wasn't running and the code was on my hard drive.
Zaqufant - January 27, 2007 01:49 PM (GMT)
Or, it gave me that message when I tried to call an Undefined function.
Mephisto - January 31, 2007 12:59 AM (GMT)
To me, It sounds like you might have a class, if you are using them. You might want to make sure you are not trying to change data in the private areas of a class definition. I haven't had this particular message, so I'm not completely sure.
So, my advice is to go back, and check your classes to make sure you arent trying to change data from the client program in the private section of your class your class, if you have one.