error LNK2005: __CRT_RTC_INIT already defined in libcmtd.lib(init.obj)
error LNK2005: __CRT_RTC_INIT already defined in libcmtd.lib(_init_.obj)
解决方案:
忽略重复定义:到 Project –> Linker –> Command Line 下输入:
/FORCE:MULTIPLE

如图所示:
error LNK2005: __CRT_RTC_INIT already defined in libcmtd.lib(_init_.obj)
就这样解决啦!

相关文章:

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