Benoit SIGOURE wrote:
> I've found this:
> http://www.nirsoft.net/vc/
> prevent_application_crash_exception_handling.html
> but haven't had time to test it so far.
An alternative is to use SetUnhandledExceptionFilter; see
libsigsegv-2.4/src/handler-win32.c for how to do it.
Bruno
On Nov 4, 2007, at 7:50 PM, Bruno Haible wrote:
Hi,
Some autoconf tests require running a program and seeing whether it
crashes
or not. Unfortunately, one some platforms, this causes a dialog box
to appear.
If a configure script has 10 test programs of this kind, the
installer can
mutate
Hi,
Some autoconf tests require running a program and seeing whether it crashes
or not. Unfortunately, one some platforms, this causes a dialog box to appear.
If a configure script has 10 test programs of this kind, the installer can
mutate into a click-o-maniac; in other words, it's annoying.
On