NO

Author Topic: Maybe an environmental variable problem?  (Read 3724 times)

EdPellesC99

  • Guest
Maybe an environmental variable problem?
« 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?



CommonTater

  • Guest
Re: Maybe an environmental variable problem?
« Reply #1 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...

EdPellesC99

  • Guest
Re: Maybe an environmental variable problem?
« Reply #2 on: August 12, 2011, 07:14:08 PM »
Yes Update dependencies Did the trick.

Thanks !

CommonTater

  • Guest
Re: Maybe an environmental variable problem?
« Reply #3 on: August 12, 2011, 08:09:58 PM »
You're welcome.... I thought it might.