我用的是 qt 3.3.4,用vc6.0打开qt程序,在win32 release编译没有问题
但在 win32 debug 下确提示:
msvcrtd.lib(MSVCRTD.dll) : error LNK2005: _free already defined in LIBCMTD.lib(dbgheap.obj)
msvcrtd.lib(MSVCRTD.dll) : error LNK2005: _malloc already defined in LIBCMTD.lib(dbgheap.obj)
LIBCMTD.lib(crt0init.obj) : warning LNK4098: defaultlib "msvcrtd.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
AdvControl.exe : fatal error LNK1169: one or more multiply defined symbols found
Error executing link.exe.