Re: Newbie: Include file Loop!
Re: Newbie: Include file Loop!
- Subject: Re: Newbie: Include file Loop!
- From: Finlay Dobbie <email@hidden>
- Date: Tue, 24 Sep 2002 22:31:36 +0100
On Tuesday, September 24, 2002, at 10:17 pm, Jay Prince wrote:
Neither header can be compiled because it depends on the other, and
when the compiler gets to the part of a header referencing the other
header (in the process of processing the other header) it chokes.
Is there a solution to this, or do I just need to call them ids and
get on with my life?
Use the @class directive in your headers and #import the interface
declarations from your implementations. Hope that makes sense :-)
-- Finlay
_______________________________________________
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.