用vc编译的一个.exe程序,在自己机器上运行的时候没有啥问题,发到别人机子上,运行的时候出现问题。
如下:Debug Error!
Program:“程序的路径”
Module:
File:i386\chkesp.c
Line:42The value of ESP was not properly saved across a function call. This is usually a result of calling a function
declared whit one calling convention with a function pointer declared with a different calling convention.
(Press Retry to debug the application)
问题补充:调用的dll库一样,差别就是另一台机子上没有安装vc环境。
请高手指导,谢谢了......问题困扰了好久了