用win32应用程序来写很正常,但是用MFC来写,就会出错
…………………………………………
LIBCD.lib(strtol.obj) : warning LNK4006: _strtoul already defined in msvcrtd.lib(MSVCRTD.dll); second definition ignored
LIBCD.lib(fflush.obj) : warning LNK4006: _fflush already defined in msvcrtd.lib(MSVCRTD.dll); second definition ignored
Creating library Debug/Control.lib and object Debug/Control.exp
LINK : warning LNK4098: defaultlib "msvcrtd.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
LINK : warning LNK4098: defaultlib "LIBCD" conflicts with use of other libs; use /NODEFAULTLIB:library