Building with Subclasses
Building with Subclasses
- Subject: Building with Subclasses
- From: August Trometer <email@hidden>
- Date: Sun, 16 Jan 2005 13:08:08 -0500
I'm sure this is an easy one, but...
I've written several subclasses -- one main subclass, which is a
subclass of NSObject, and the rest, which are subclasses of the main
subclass. When I try to use these, I'm running into numerous build
errors.
Either the app won't build at all because the subclass is undefined,
or, if I use enough #imports (@class won't work) in the right places,
the app will build, but only in development mode. The dev-mode build
gives me lots of Zerolink warnings about "duplicate symbols." In
deployment mode, it won't build at all.
Obviously, I'm not importing these subclasses correctly, so my question
is, where and how is the best way to do this?
Thanks!
August
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden