Visual C++ etc.
MSDN docs:
commnon build problems:
-
An error "This is not a Visual C" project file (or something like that) could be caused by
that file being in Unix format. Convert to DOS one.
-
a linker error about duplicate symbols in different run-time libraries (MSCVRT.lib,
LIBCMT.lib, etc.) is caused by mix of different linker flags; see
relevant visual studio doc.
created Mar 24 2006
last modified Mon Oct 25 22:59:56 GMT 2010