Warning As Error CS1668 -- Not the Usually Excuse
You can get CS1668 if you set your LIB path like this in your .bat file that builds your project using devenv.exe:
SET LIB="c:\Program Files\Microsoft SDKs\Windows\v6.0\Lib\"
instead of like this (the right way):
SET LIB=c:\Program Files\Microsoft SDKs\Windows\v6.0\Lib\
Note the quotes. Time Wasted: 2 hours.
The usual suspect:
http://msdn.microsoft.com/en-us/library/tcbs315h(VS.80).aspx
{6230289B-5BEE-409e-932A-2F01FA407A92}
Comments
Post a Comment