You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Windows 7 64-bit the first two parts should be:
C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN;
INCLUDE didn't exist, added:
C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE
For Windows 7 64-bit this should be:
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\INCLUDE
LIB didn't exist, added:
C:\Program Files\Microsoft Visual Studio 9.0\VC\LIB;C:\Program Files\Microsoft SDKs\Windows\v6.0A\lib
For Windows 7 64-bit the VC\LIB part should be:
C:\Program Files (x86)\MicrosoftVisual Studio 9.0\VC\LIB;
LIBPATH didn't exist, added:
C:\Program Files\Microsoft Visual Studio 9.0\VC\LIB
Again for Windows 7 64-bit this should be:
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\LIB
Note: Windows 7 build not actually working yet. These "Program Files (x86)" distinctions are noted if the corresponding "Program Files" code does not exist.