Progress: Patching application (short :-)
Progress: Patching application (short :-)
- Subject: Progress: Patching application (short :-)
- From: "Sven A. Schmidt" <email@hidden>
- Date: Thu, 16 Jan 2003 17:48:31 +0100
It seems like I was right: The empty implementation hides the original
object and therefore the method list is empty for good reason.
I was a bit puzzled by the fact that the category methods don't show up
in the listing, but if I read the comments I found so far correctly,
the category loads after the +load of the primary class, and therefore
the runtime doesn't know about them yet.
What I did now is remove the empty implementation and add the linker
flags "-flat_namespace -undefined suppress". Now it builds and runs
fine and I get access to all the original methods.
Thanks for listening :-)
Sven
_______________________________________________
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.