warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF
摘要:
警告: warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF。原因:The linker discarded all packaged functions that referenced exports in dynamic-link library. As a result, dynamic-link library and its import library are unneeded。解决方法1:在Project-->Setting->Link选项中的Object/li 阅读全文
posted @ 2013-03-15 18:15 冰河程序猿 阅读(1557) 评论(0) 推荐(0) 编辑