Re: objc_category?
Re: objc_category?
- Subject: Re: objc_category?
- From: petite_abeille <email@hidden>
- Date: Sat, 15 Mar 2003 22:19:49 +0100
On Saturday, Mar 15, 2003, at 21:11 Europe/Zurich, publiclook wrote:
I don't think this is possible. Information about categories is stored
in .o files produced from code that declares categories, but when the
.o files are linked (statically or dynamically) the information about
categories is discarded. the methods from the categories replace
previously existing implementation as needed so there is no reason to
preserve the category information separately.
Ummm... that would be a bummer... on the other hand class-dump can do
it... so I would assume that the information is still there.
Cheers,
PA.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.