|
From: | Richard Frith-Macdonald |
Subject: | [bug #32383] NSClassFromString returns nil on MinGw if the string class is in a shared library and hasn't yet been used |
Date: | Tue, 08 Feb 2011 18:31:18 +0000 |
User-agent: | Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4 |
Follow-up Comment #5, bug #32383 (project gnustep): Hmm, I'm actually inclined to wonder if neither windows nor linux is correct. Wouldn't the ideal situation be ... if the linker *didn't* load all classes (like mingw), but the objc runtime function *did* check any shared libraries in use, and load classes on demand? We wouldn't load any code we didn't need, but we would have all the stuff from disk available if we do need it. I've no idea how to achieve that though. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?32383> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |