Dupa cum spune si titlul acesta este warningul pe care il primesc la compilare(warning C4013: 'AddVectoredExceptionHandler' undefined;). Am inclus headerul windows.h, the function is spelled corectly nu stiu de ce nu o gaseste. Any ideeas? Singurele functii in care le apelez. (nu gasesste nici addvectored nici remove vectored)<br>
<br>static void set_signal() {<br> access_violation_handler = AddVectoredExceptionHandler(1, access_violation);<br>}<br><br>static void restore_signal() {<br> RemoveVectoredExceptionHandler(access_violation_handler);<br>
}<br clear="all"><br>-- <br>George Dita