News:

Download Pelles C here: http://www.smorgasbordet.com/pellesc/

Main Menu

Refuse excuting

Started by nuha, November 15, 2013, 11:28:23 AM

Previous topic - Next topic

nuha

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

jj2007

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.