Dupa cum spune si titlul acesta este warningul pe care il primesc la compilare(warning C4013: &#39;AddVectoredExceptionHandler&#39; 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>&nbsp;&nbsp;&nbsp; access_violation_handler = AddVectoredExceptionHandler(1, access_violation);<br>}<br><br>static void restore_signal() {<br>&nbsp;&nbsp;&nbsp; RemoveVectoredExceptionHandler(access_violation_handler);<br>
}<br clear="all"><br>-- <br>George Dita