Re: [gtkmm] gtkmm-2.4 DLLs + Demo + Examples on MSVC
- From: Frank Naumann <fnaumann cs uni-magdeburg de>
- To: gtkmm-list <gtkmm-list gnome org>
- Cc:
- Subject: Re: [gtkmm] gtkmm-2.4 DLLs + Demo + Examples on MSVC
- Date: Tue, 19 Oct 2004 08:22:24 +0200 (CEST)
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]