Debug Error [i386\chkesp.c]



  • Hallo !

    Folgendes Problem ... wenn ich meine App im Debug Mode ausführe bekomme ich folgenden Fehler:

    Debug Error !
    
    Program : MyApp.EXE
    Module :
    File : i386\chkesp.c
    Line : 42
    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.
    

    In der Release Version tritt dieser Fehler nicht bzw. kein Fehler auf. Wenn ich folgende (sehr hamlose) Codezeile auskommentiere bekomme ich keinen Debug Error:

    UINT num = 0;
    num = waveOutGetNumDevs(); // <-- DIESE ZEILE IST GEMEINT !!!
    

    Weiß jemand Rat ?


Anmelden zum Antworten