enviornment variable setting setting for visual studio
how to set enviournment varible for windows7 to use visual studio 2010
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nattudurai EswaramurthyPosted Aug 13, 2012, 6:43 AM
To set environment variables for a project
Note that by default, VS doesn't use the following environment variables from your system env, instead overriding them with it's own:
- PATH
- INCLUDE
- LIBPATH
- LIB
If you do wnat VS to use your system variables for these, you need to start Visual Studio with the/useenv option:devenv /useenv But you still should use another variable than PATH - it's really pretty special. (I'm kind of surprised that setting System->Advanced Settings->Environment Variables Path = C:/Temp/ doesn't cause you all sort of other problems).
Your Response is important to use. Please Check This is Currect Answer, if it helped