Pelles C forum

C language => Windows questions => Topic started by: nuha on November 15, 2013, 11:28:23 AM

Title: Refuse excuting
Post by: nuha on November 15, 2013, 11:28:23 AM
hello

after I installed pelles c.. I faced a problem in excuting
although I started in a right way ,
from File > new > project >win32 console program(EXE) > ok
then file > new > source code .

and Im sure that I wrote correct code , like if I use this simple code
Quote
#include<stdio.h>
int main(void)
{
   printf("hello world");
}

I get this msg
Quote
Building n.exe.
POLINK: fatal error: __ِAccess denied.
*** Error code: 1 ***
Done.


So what should I do ?

thank you
Title: Re: Refuse excuting
Post by: jj2007 on November 16, 2013, 01:27:44 AM
Check with Task Manager if there is a previous instance running, and if yes, kill it.
Another possibility is an antivirus playing foul...

Otherwise, zip the whole project folder and post it here.