Pelles C forum

C language => Expert questions => Topic started by: EdPellesC99 on August 12, 2011, 05:48:46 PM

Title: Maybe an environmental variable problem?
Post by: EdPellesC99 on August 12, 2011, 05:48:46 PM
Have had a lot of headaches in the last couple months. Downed by a malicious software pkg: XP Repair.
Totally re-did the computer.

New thing is having my files on a non-active drive, a virtual drive.

PellesC is of course installed on C:.

When I load my .c file on drive D:, and go to build it ... PellesC thinks the program files are on D: drive !

Don't know how to build "D:\Program Files\PellesC\Include\Win\winbase.h".

Using:
ver 6.50.8 Rel Can4

I have an environmental variable (System) name: "PellesCDir", with a variable value: "C:\Program Files\PellesC".

Any ideas?


Title: Re: Maybe an environmental variable problem?
Post by: CommonTater on August 12, 2011, 07:03:58 PM
Have you tried "update dependencies" from the project menu?

Also check your paths to libraries and includes...
Title: Re: Maybe an environmental variable problem?
Post by: EdPellesC99 on August 12, 2011, 07:14:08 PM
Yes Update dependencies Did the trick.

Thanks !
Title: Re: Maybe an environmental variable problem?
Post by: CommonTater on August 12, 2011, 08:09:58 PM
You're welcome.... I thought it might.