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
#include<stdio.h>
int main(void)
{
printf("hello world");
}
I get this msg
Building n.exe.
POLINK: fatal error: __ِAccess denied.
*** Error code: 1 ***
Done.
So what should I do ?
thank you