On 6/9/06, Francesco Montorsi <[EMAIL PROTECTED]> wrote:
> Hi,
>
> [EMAIL PROTECTED] ha scritto:
> > ../modules/wxbind/src/wx_bind.cpp:4061: error: `wxHandleFatalExceptions'
> > undeclared (first use this function)
> > ../modules/wxbind/src/wx_bind.cpp:4061: error: (Each undeclared
> > identifier is reported only once for each function it appears in.)
> > ../modules/wxbind/src/wx_bind.cpp:3017: confused by earlier errors,
> > bailing out
> John, probably the following
>
> #include <wx/utils.h>
>
> line should be added to get definition of that function...

It's included, but I think the problem is wxUSE_ON_FATAL_EXCEPTION if
not set for this compiler. I've added the check and it should work
now.

Regards,
    John Labenski


_______________________________________________
Wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to