Debug Error!



  • Hallo Ich bekomme beim Beenden meines Progamms folgende Fehlermeldung!

    Debug Error!

    Programm:..
    Module:
    File: i386\chesp.c
    Line: 42

    The Value of ESP was not prperly 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.

    Kann mir jmd. sagen woran das liegt?



  • Problem hat sich gelöst;

    Weiß allerdings nicht wie????

    lag an folgendem Teil

    do
    {
    printf("\n\nWollen Sie das Programm erneut ausfuehren? (j/n)\n");
    }
    while(_getche()='j');

    aber warum, den jetzt(nach 1mal löschen und neu) geht es so!!!!

    warum???

    hat der Compiler was an der Waffel gehabt???


Anmelden zum Antworten