Thread: Compile Errors
View Single Post
  #2  
Old 09-15-2014, 12:26 PM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default

It looks like a problem with LIBCMT/LIBCMTD. You may have a Visual Studio setting causing a conflict, like single-threaded vs. multi-threaded compiling.

You might try telling VS not to link in the offending default libraries as a workaround, if you can't find the setting.

This might be helpful:

http://msdn.microsoft.com/en-us/libr...=vs.60%29.aspx
Reply With Quote