‘__acrt_first_block == header’异常解决

参考 https://blog.csdn.net/10km/article/details/80522287

背景

在升级VS2015到2019项目时,不小心改了dll项目的运行库为多线程调试(/MTd)
查了网上大部分都是OpenCV的解决方法,不能解决我的错误

‘__acrt_first_block == header’异常

解决

将运行库改为多线程调试 DLL(/MDd)
‘__acrt_first_block == header’异常

相关文章:

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