locked
ATL DLL RRS feed

  • Question

  • hi.

             whenever i load ATL dll to mfc at runtime i got following error.

    Run-Time Check Failure #0 - The value of ESP was not properly saved across a func

    and

    how to get out value from atldll fun to mfc

    Wednesday, July 4, 2012 11:17 AM

Answers

  • ATL DLL wrote:

    whenever i load ATL dll to mfc at runtime i got following  error.*Run-Time Check Failure #0 - The value of ESP was not properly
    saved across a func

    This indicates a signature mismatch. The function declaration the caller  uses is different from the one the function was compiled with.


    Igor Tandetnik

    • Proposed as answer by Helen Zhao Thursday, July 5, 2012 5:54 AM
    • Marked as answer by Helen Zhao Thursday, July 12, 2012 5:24 AM
    Wednesday, July 4, 2012 1:27 PM