Pelles C forum

C language => Beginner questions => Topic started by: Liutazbn on May 31, 2007, 10:51:16 PM

Title: Help me please
Post by: Liutazbn on May 31, 2007, 10:51:16 PM
I download pelles c 4.50 and when I write this program:
#include <stdio.h>

int main()
{
   printf("1 ");
   return 0;
}

And try to Buil it or Execute I noticed that:

Building hello.EXE.
POLINK: fatal error: Access is denied.
*** Error code: 1 ***
Done.

I think there are something wrong with this compiller and Windows Vista or maybe I just install it not well.

Please help me, because I want to learn some c programming.

p.s. sorry for my english :)
Title: Re: Help me please
Post by: jcarr on June 01, 2007, 03:21:08 AM
I only ever get that message when I try to compile over an exe when I have it open.
Try closing the application if you have it open before compiling.

 ;)

jcarr