[so] Tema 3 - windows warning C4013: 'AddVectoredExceptionHandler' undefined;

George Dita george.dita at gmail.com
Mon May 12 03:01:06 EEST 2008


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)

static void set_signal() {
    access_violation_handler = AddVectoredExceptionHandler(1,
access_violation);
}

static void restore_signal() {
    RemoveVectoredExceptionHandler(access_violation_handler);
}

-- 
George Dita
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://cursuri.cs.pub.ro/pipermail/so/attachments/20080512/bf7b70bd/attachment.htm 


More information about the so mailing list