NO

Author Topic: Refuse excuting  (Read 2541 times)

nuha

  • Guest
Refuse excuting
« 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

Offline jj2007

  • Member
  • *
  • Posts: 536
Re: Refuse excuting
« Reply #1 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.