|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
在工程->setting->general中加入ws2_32.lib netapi32.lib comctl32.lib三个库文件可以解决运行时出现的以下问题:
--------------------Configuration: conp_driver - Win32 Debug--------------------
Linking...
Creating library Debug/conp_driver.lib and object Debug/conp_driver.exp
LINK : warning LNK4098: defaultlib "libcmt.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
chemkin.lib(l_dialogs.obj) : error LNK2001: unresolved external symbol __imp__InitCommonControls@0
chemkin.lib(l_vol_id.obj) : error LNK2001: unresolved external symbol _Netbios@4
chemkin.lib(flex_utils.obj) : error LNK2001: unresolved external symbol _gethostname@8
Debug/conp_driver.exe : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.
conp_driver.exe - 4 error(s), 1 warning(s)
不知道大家还有什么好的方法没有?
|
|