"Rolf Kalbermatter" <[EMAIL PROTECTED]> wrote: > + iPrevErrMode = SetErrorMode(1);
Please use a symbolic name (SEM_FAILCRITICALERRORS in this case), not just an arbitrary constant. Same for both A and W APIs. -- Dmitry.
"Rolf Kalbermatter" <[EMAIL PROTECTED]> wrote: > + iPrevErrMode = SetErrorMode(1);
Please use a symbolic name (SEM_FAILCRITICALERRORS in this case), not just an arbitrary constant. Same for both A and W APIs. -- Dmitry.