Neville Dastur
2009-05-13 23:54:50 UTC
I have recently got fed up with booting up a windows virtual box just to
compile the windows version of my app, so I checked out the MinGW
compiler on Linux. I have pretty much everything working except for
wxUSE_ON_FATAL_EXCEPTION.
I have always used this in my applications as I would like to log and
report unhanded errors, but it seems to be incompatible with MinGW. I
know wxUSE_ON_FATAL_EXCEPTION is set to zero if MinGW is the compiler,
but can't work out why. Is this something I need to ask the MinGW devs
about? Does it still apply to the latest MinGW releases. Should I drop
the use of wxUSE_ON_FATAL_EXCEPTION altogether?
Thanks in advance.
compile the windows version of my app, so I checked out the MinGW
compiler on Linux. I have pretty much everything working except for
wxUSE_ON_FATAL_EXCEPTION.
I have always used this in my applications as I would like to log and
report unhanded errors, but it seems to be incompatible with MinGW. I
know wxUSE_ON_FATAL_EXCEPTION is set to zero if MinGW is the compiler,
but can't work out why. Is this something I need to ask the MinGW devs
about? Does it still apply to the latest MinGW releases. Should I drop
the use of wxUSE_ON_FATAL_EXCEPTION altogether?
Thanks in advance.