对方调用我的回调函数,我方的回调函数触发被执行,当结束回调函数退出回调函数时报错: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。
说明:对方用MFC,调用约定是__stdcall.我方(被调用者)也是用__stdcall.
我方用的软件是VS2013
如图:


