xp+vs2005  的项目,升级到 64win7 + GRMSDKX_EN

碰见这个问题。

error LNK2005: __vsnwprintf already defined in libcmtd.lib(vsnwprnt.obj)

解决方法:

在Debug命令行中加上/FORCE:MULTIPLE

error LNK2005: __vsnwprintf already defined in libcmtd.lib(vsnwprnt.obj)


重新编译,warning很多,但是编译通过的,程序运行也没什么问题。


相关文章:

  • 2021-06-12
  • 2021-07-24
  • 2022-12-23
  • 2021-09-16
  • 2021-12-08
  • 2021-12-09
  • 2022-12-23
猜你喜欢
  • 2021-09-17
  • 2021-11-15
  • 2021-05-11
  • 2021-07-12
  • 2021-07-15
  • 2021-09-01
  • 2022-02-10
相关资源
相似解决方案