954,500 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

VC++ Compilation problem

Hi All,

This is regarding VC++ 6.0 compilation problem that i have faced .

I deleted my "Temp" folder and trying to compile my code , but VC++ doesnt allow me to compile my code without that folder .can anyone help me in this ? why VC++ requires temp folder to be present for its compilation ...?

Aashath
Newbie Poster
18 posts since Dec 2007
Reputation Points: 11
Solved Threads: 5
 

Do you mean you deleted c:\temp ? Very Very bad thing to do because many other programs use that too for storing temporary files. Re-create that folder and the compiler will be happy.

It you check the environment settings you will probably find one called TEMP=c:\temp. That's what programs look at to find out where the temp directory is located. If you delete that folder without making changes to the TEMP environment setting your computer will be in big big trouble.

Ancient Dragon
Retired & Loving It
Team Colleague
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You