Re: [gtkmm] Using Gtkmm and Glade under Windows
- From: Roger Leigh <roger whinlatter uklinux net>
- To: "Laughlin, Joseph V" <Joseph V Laughlin boeing com>
- Cc: "Carlos Augusto Lains Leitao" <carlos_leitao hotmail com>, <gtkmm-list gnome org>
- Subject: Re: [gtkmm] Using Gtkmm and Glade under Windows
- Date: Fri, 16 Apr 2004 01:10:57 +0100
"Laughlin, Joseph V" <Joseph V Laughlin boeing com> writes:
> From: Roger Leigh [mailto:roger whinlatter uklinux net]
> > However, Gtkmm and libglade(mm) work identically on Windows as on
> > Linux/Unix. The only exception I've found is that
> > glade_xml_signal_autoconnect() won't work due to PE-COFF not
> > allowing executables to have a dynamic symbol table.
> PE-COFF?
It is the native MS Windows object/executable format (like ELF on
Linux or BSD). Unfortunately, it's quite a bit more primitive than
ELF, so some features are missing. Some things are quite hideous, for
example RTTI using dynamic_cast uses fast pointer comparisons on
Linux, but slow string comparisons on Windows due to a lack of weak
symbols. This can have a serious impact on your application's speed!
--
Roger Leigh
Printing on GNU/Linux? http://gimp-print.sourceforge.net/
GPG Public Key: 0x25BFB848. Please sign and encrypt your mail.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]