Re: [gtkmm] gtkmm-2.4 DLLs + Demo + Examples on MSVC



Hello!

I'm also seeing an issue where it dies on a show()
routine (that only calls gtk_widget_show()).
this seems similar, though i'm not sure if its a
coincidence.
i double checked, it appears everything is set to /GR
(RTTI enabled).  could there be a problem using RTTI
with a C library?

You seem to be seeing these problems in the signal handler callbacks.
Just search for dynamic_cast<> to see where it's used.

The libsigc++ is also compiled with RTTI?


Regards,
Frank



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]