4
I want to compile a code in software which is needed to call visual c++;My Os is windows cp professional; I've installed visual studio professional v10.but it still shows an error message indicating "check if bin directory of your visual c++ is included in the path environment variable", where this action must be done?
I added that Path but now it says " Check that Visual C++ has been installed correctly" how I gotta check? I executed a program in Visual C++ and it s working nicely.
Duplicate question, for answer, see: http://superuser.com/questions/163891/environment-variables-windows7/163898#163898
– Tamara Wijsman – 2010-08-11T14:27:10.330Those instructions are not very good. – paradroid – 2010-08-11T14:28:07.670
Nothing wrong with those instructions, although I didn't know of setx. – Tamara Wijsman – 2010-08-11T14:42:56.733
I think it is hard to edit long environmental variables in that GUI and it also seems a bit perverse! – paradroid – 2010-08-11T14:50:42.933
Run => %windir%\System32\rundll32.exe sysdm.cpl,EditEnvironmentVariables – Andrew – 2017-08-25T14:44:52.147