LINK : warning LNK4089: all references to "ADVAPI32.dll" discarded by /OPT:REF
Debug下编译没有上面的Link错误!
Release下编译出来上面的错误!
(Release)版初步执行好象没有什么问题!(还没调完)
什么原因?欢迎多提宝贵意见!
先谢了!

解决方案 »

  1.   

    http://expert.csdn.net/Expert/topic/1257/1257330.xml?temp=.5496179
      

  2.   

    http://expert.csdn.net/Expert/topic/1257/1257330.xml?temp=.5496179
    我打不开!
      

  3.   

    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.project-->project setting-->link(tab)-->Project Options
    加上/OPT:NOREF可去除警告可行!
    上面这话我还是理解不了?
    能......