Gtkmm-forge digest, Vol 1 #947 - 2 msgs



Send Gtkmm-forge mailing list submissions to
	gtkmm-forge lists sourceforge net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/gtkmm-forge
or, via email, send a message with subject or body 'help' to
	gtkmm-forge-request lists sourceforge net

You can reach the person managing the list at
	gtkmm-forge-admin lists sourceforge net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gtkmm-forge digest..."


gtkmm-forge is the mailing list that receives gtkmm bug reports from bugzilla.  A daily digest is sent to gtkmm-main, to encourage people to help fixing the bugs. Do not try to unsubscribe gtkmm-forge from gtkmm-list.


Today's Topics:

   1. [Bug 309030] Gtk::TreeModelColumn not exported on windows (bugzilla-daemon bugzilla gnome org)
   2. [Bug 309030] Gtk::TreeModelColumn not exported on windows (bugzilla-daemon bugzilla gnome org)

--__--__--

Message: 1
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Date: Sat,  9 Jul 2005 16:04:43 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 309030] Gtk::TreeModelColumn not exported on windows

Please DO NOT reply to this by email. All additional comments should be m=
ade in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=3D309030
 gtkmm | TreeView | Ver: 2.6





------- Additional Comments From Murray Cumming  2005-07-09 20:04 -------
If we are already using --export-all, why would we also need __declspec()=
 in the
sources?


------- You are receiving this mail because: -------
You are the assignee for the bug.


--__--__--

Message: 2
From: bugzilla-daemon bugzilla gnome org
To: gtkmm-forge lists sourceforge net
Date: Sat,  9 Jul 2005 18:54:23 -0400 (EDT)
Subject: [gtkmm bugzilla] [Bug 309030] Gtk::TreeModelColumn not exported on windows

Please DO NOT reply to this by email. All additional comments should be m=
ade in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=3D309030
 gtkmm | TreeView | Ver: 2.6





------- Additional Comments From haleykd users sf net  2005-07-09 22:54 -=
------
THe problem has to due with importing classes from the dll.  More specifi=
cally
it it's a problem when deriving froma class in a dll or using one of the
templated constructs.  Without the __declspec(dllimport) gcc doesn't know=
 it
needs to emit the type tables for use by the calling code.  See the refer=
enced
g++ issue above for more info.  Strictly speaking it's not a g++ bug sinc=
e
auto-import is an extension created to try and make windows dll's behave =
like .so's.

------- You are receiving this mail because: -------
You are the assignee for the bug.



--__--__--

_______________________________________________
Gtkmm-forge mailing list
Gtkmm-forge lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/gtkmm-forge


End of Gtkmm-forge Digest



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