Monday, February 18, 2008

If you get this error:
Stdafx.obj : error LNK2001: unresolved external symbol "?.cctor@@$$FYMXXZ" (?.cctor@@$$FYMXXZ)
Add this to Project Properties->Linker->Input->Additional Dependencies:
mscoree.lib msvcrt.lib msvcmrt.lib

No comments: