读书人

紧急崩溃有关问题。昨天通宵没解决:R

发布时间: 2012-04-13 13:50:24 作者: rapoo

紧急求一个崩溃问题。昨天通宵没解决: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

读书人网 >C++

热点推荐