Hello,
I am using Microsoft Visual C++ C to compile my .cpp program to build a .lsb. I have the following errors.
LINK : warning LNK4098: defaultlib "LIBCMTD" conflicts with use of other libs; use /NODEFAULTLIB:library
cin.obj : error LNK2001: unresolved external symbol _CINRun
Cany anyone help, please?
Beanie