uuid.lib(unknwn_i.obj) : fatal error LNK1103 或uuid.lib(oaidl_i.obj) : fatal error LNK1103

引起uuid.lib(oaidl_i.obj) : fatal error LNK1103: debugging information corrupt; recompile module  连接错误的原因是使用了新版本的windows SDK v7.1,用Microsoft Visual Studio 8\VC\lib自带的uuid.lib覆盖新版uuil.lib即可,覆盖之前注意保存副本!

遇到此类问题还有:
|shell32.lib  、GLAUX.LIB 、LIBC.LIB 、LIBCD.LIB 解决办法同上。

相关文章:

  • 2021-07-14
  • 2021-04-27
  • 2021-09-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2021-09-20
猜你喜欢
  • 2021-07-31
  • 2021-07-06
  • 2022-12-23
  • 2021-05-21
  • 2022-12-23
  • 2022-12-23
  • 2021-08-06
相关资源
相似解决方案