There are only 2 visual studio related environment variables on my machine:
VS100COMNTOOLS = C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\ VS110COMNTOOLS = C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\ But in general, I reckon it's probably bad practise to rely on environment variables in Windows. They're usually a complete mess, and hard to manage. On 2 September 2013 03:24, Walter Bright <newshou...@digitalmars.com> wrote: > On 9/1/2013 2:25 AM, Dmitry Olshansky wrote: > >> To get it to work with say VS11 I had to kill VCINSTALLDIR & >> WindowsSDKDir and >> set LIB/LINKCMD paths by hand in Environement64. >> Whatever magic setup code there is for VS10/WinSDK7 it doesn't work with >> VC11/WinSDK8. >> > > What environment variables did VS11 set? > >