So this handles, uh, 'gpfaulterrorboxes', but it doesn't handle
assertion failure popups that happen when you're compiled Debug and
e.g. pass a null string as the format to sprintf.
Created a ticket on this:
http://svn.boost.org/trac/boost/ticket/2044
If anybody wants to pitch in and have a l
Evan Wheeler wrote:
Okay, so if you call this windows API function:
SetErrorMode( SEM_NOGPFAULTERRORBOX );
Evan sent a way to do this in python to me offline, it appears to work,
checked in, problem solved for now.
-t
___
Boost-cmake mailing list
ivide
by zero and it successfully suppressed the dialog box.
Sorry for the yahoo formatting in advance.
-Evan
From: troy d. straszheim <[EMAIL PROTECTED]>
To: Discussion of the CMake-based build system for Boost
Sent: Monday, June 16, 2008 10:48:01 AM
Subject: [Boost-cmake] popups on wi
Doug Gregor wrote:
On Mon, Jun 16, 2008 at 10:48 AM, troy d. straszheim
<[EMAIL PROTECTED]> wrote:
I've made some progress here, have managed to get vista and XP posting build
results to http://boost.resophonic.com/trac/traash. It isn't stable yet but
should be soon.
One problem I'm having are
On Mon, Jun 16, 2008 at 10:48 AM, troy d. straszheim
<[EMAIL PROTECTED]> wrote:
> I've made some progress here, have managed to get vista and XP posting build
> results to http://boost.resophonic.com/trac/traash. It isn't stable yet but
> should be soon.
>
> One problem I'm having are these nasty
I've made some progress here, have managed to get vista and XP posting
build results to http://boost.resophonic.com/trac/traash. It isn't
stable yet but should be soon.
One problem I'm having are these nasty popups on e.g. run-fail tests,
where the test program is supposed to dump core or what