Run-Time Check Failure #0 - The value of ESP was not properly saved across a function call.  This is usually a result of calling a function declared with one calling convention with a function pointer declared with a different calling convention.

vs debug调试报错

解决办法:

动态库调用约定问题,

配置属性->c/c++->高级->调用约定 stdcall(Gz)

配置属性->c/c++->高级->调用约定 cdecl(Gd)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-10-01
  • 2022-02-13
  • 2021-10-06
  • 2022-01-05
  • 2021-04-01
猜你喜欢
  • 2021-10-11
  • 2022-12-23
  • 2021-10-28
  • 2021-07-11
  • 2022-12-23
  • 2022-12-23
  • 2021-04-18
相关资源
相似解决方案