News:

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

Main Menu

POLINK: Fatal error

Started by PHANTOMIAS, March 31, 2009, 12:31:23 PM

Previous topic - Next topic

PHANTOMIAS

Hello!

I have PellesC installed on Windows Vista.
I use the simple "hello world" program and I get the following error trying to run (I have the german version, I try to translate :-)):
Creating of programname.exe
POLINK: fatal error
Access denied
*** Error code: 1 ***
Finish

What's the problem here? Does anyone know?

Thanks & Regards.

Stefan Pendl

Where is your project located ???
If it is located under C:\Program Files, you are not allowed to save there.
---
Stefan

Proud member of the UltraDefrag Development Team

Vortex

Quote from: Stefan Pendl on March 31, 2009, 12:36:07 PM
Where is your project located ???
If it is located under C:\Program Files, you are not allowed to save there.

That's true if the user account is not a member of the Administrators group.
Code it... That's all...

PHANTOMIAS

Thanks you very much.
The problem is solved, it shouldn't be saved there.

Stefan Pendl

Quote from: Vortex on March 31, 2009, 08:02:54 PM
Quote from: Stefan Pendl on March 31, 2009, 12:36:07 PM
If it is located under C:\Program Files, you are not allowed to save there.
That's true if the user account is not a member of the Administrators group.
... or if UAC is enabled, which it is by default.
---
Stefan

Proud member of the UltraDefrag Development Team