Re: Classes in bundles
Re: Classes in bundles
- Subject: Re: Classes in bundles
- From: Greg Titus <email@hidden>
- Date: Thu, 15 Aug 2002 00:13:14 -0700
On Wednesday, August 14, 2002, at 04:32 PM, Will Thimbleby wrote:
Is there a simple way to load classes up from bundles inside the
application that inherit from classes in the application? And how would
you create these bundles.
Hi Will,
In order to build your bundles, they need to be able to see their
superclasses. So you need to create a framework that contains those
super classes, and make your bundles and your application both use that
framework. At runtime, the app loads the framework when it starts
running, and when the bundle is loaded, the framework is already there,
so it all works.
Hope this helps,
-Greg
_______________________________________________
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.