| | |
VC++ Compilation problem
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
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 ...?
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 ...?
"The most important single aspect of software development is to be clear about what you are trying to build." - Bjarne Stroustrup
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.
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.
Last edited by Ancient Dragon; Apr 14th, 2008 at 9:58 am.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
![]() |
Other Threads in the C++ Forum
- Previous Thread: int to char conversion
- Next Thread: Hi I'm New to programing please help
| Thread Tools | Search this Thread |
Tag cloud for C++
api application array arrays assignment beginner binary bitmap c++ c/c++ calculator char char* class classes code coding compile compiler console conversion convert count data database delete developer dll dynamiccharacterarray email encryption error file format forms fstream function functions game generator getline givemetehcodez graph homeworkhelper iamthwee ifstream image input int java lib loop looping loops map math matrix memory multidimensional multiple newbie news node number numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive reference rpg sorting string strings struct template templates text tree url variable vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets






