防火安全知识小报:VC++编译问题

来源:百度文库 编辑:中科新闻网 时间:2024/05/21 16:33:57
在Use MFC in a Share DLL下编译通过
换成Use MFC in a static library编译 出现以下警告

LINK : warning LNK4089: all references to "SHELL32.dll" discarded by /OPT:REF

这是什么问题 如何解决