Maybe an environmental variable problem?

Started by EdPellesC99, August 12, 2011, 05:48:46 PM

Previous topic - Next topic

EdPellesC99

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?



CommonTater

Have you tried "update dependencies" from the project menu?

Also check your paths to libraries and includes...

EdPellesC99

Yes Update dependencies Did the trick.

Thanks !

CommonTater