首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

紧急崩溃有关问题。昨天通宵没解决:Run-Time Check Failure #0 - The value of ESP was not properly

2012-04-13 
紧急求一个崩溃问题。昨天通宵没解决:Run-Time Check Failure #0 - The value of ESP was not properlyRun-

紧急求一个崩溃问题。昨天通宵没解决:Run-Time Check Failure #0 - The value of ESP was not properly
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.


[解决办法]
参考
http://topic.csdn.net/u/20090217/23/302511db-7504-48d7-9a8c-0c17ea8da86c.html
[解决办法]
使用和被调函数不一样的调用约定
[解决办法]
请更换调用约定
[解决办法]
一般是调用约定驴唇不对马嘴惹的祸。
跨语言调了吧。换换调用约定试试 __stdcall
[解决办法]
换换调用约定试试 __stdcall

热点排行