View Single Post
Old July 17th, 2008   #3 (permalink)
ector
Emu author
 
Join Date: May 2003
Posts: 417
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
ector is offline   Reply With Quote