Debug Assertion Failed! Expression: _pFirstBlock == pHead

前端 未结 4 1455
陌清茗
陌清茗 2020-12-08 02:14

I am calling into a statically linked .dll, and I see this error:

\"enter

I wr

4条回答
  •  一生所求
    2020-12-08 02:50

    I had the same problem after a Windows reinstallation. My Runtime library build was Multi-threaded Debug DLL (/MDd).

    My solution was to remove *.user file of the visual studio project, remove the debug folder and rebuild the project.

提交回复
热议问题