NO

Author Topic: Help me please  (Read 3048 times)

Liutazbn

  • Guest
Help me please
« 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 :)

jcarr

  • Guest
Re: Help me please
« Reply #1 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