Re: [Pyobjc-dev] Fwd: Hard Objc-Runtime question: objc_getClassList lies to me...
Brought to you by:
ronaldoussoren
From: b.bum <bb...@ma...> - 2003-07-29 22:18:36
|
File a bug. All things considered, linking is not a problem that most PyObjC developers are faced with... disabling zerolink is not that onerous in the context of PyObjC. Also -- it won't affect Frameworks as those classes are linked in their entirety as a part of the loading of the prebound framework (I think). b.bum On Monday, July 28, 2003, at 16:01, Jack Jansen wrote: > > On maandag, jul 28, 2003, at 13:43 Europe/Amsterdam, Ronald Oussoren > wrote: > >> The message below has some technical information on ZeroLinking. On a >> first reading, Zerolinking cannot be used with PyObjC as the latter >> assumes that objc_getClassList returns all classes. > > Unless there is a way in which we can hook into ZeroLink, so we can > make it defer to us for any classes it can't find. But even if that > isn't possible, it seems that the following sentence also shows an > escape route: > >>> If you need objc_getClassList() to return all of your classes, you >>> can >>> * explicitly use them early on in your code > > -- > - Jack Jansen <Jac...@or...> > http://www.cwi.nl/~jack - > - If I can't dance I don't want to be part of your revolution -- Emma > Goldman - > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct; > at.aspnet_072303_01/01 > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev |