View Single Post
Old July 17th, 2008   #6 (permalink)
woutf
Registered User
 
Join Date: Dec 2006
Location: netherlands
Posts: 13
Quote:
Originally Posted by ector View Post
Something is wrong with your Windows SDK installation (btw, you did not have to install that, VS comes with enough windows headers), it's not finding the standard libraries. Very strange.

In any case, don't compile in Debug mode if you want any speed. Compile in Release mode. See that dropdown in the VS toolbar? Yeah that one. Change it
Thanks! I managed to fix it. I have VS installed on a seperate drive, and it seems custom install directories don't automatically get linked, so I had to add it manually.
woutf is offline   Reply With Quote