I am writing COM servers and each time I have this error I don't know the cause:
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.
I want to have a detailed explanation of this error and the problems that cause it
please help!!
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.
I want to have a detailed explanation of this error and the problems that cause it
please help!!
Comment