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



On Mon, 2004-10-18 at 10:18 -0700, m h wrote:
> 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.

But I don't know why RTTI is not working for you. I suggest that you try
a dynamic_cast<> in your test code before calling any gtkmm method.

-- 
Murray Cumming
murrayc murrayc com
www.murrayc.com
www.openismus.com





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