Re: regarding cocoa frameworks
Re: regarding cocoa frameworks
- Subject: Re: regarding cocoa frameworks
- From: David Remahl <email@hidden>
- Date: Tue, 26 Mar 2002 15:30:57 +0100
>
Hi all
>
>
While creating an application in projectbuilder the
>
frameworks are included automatically.But it has only
>
.h files.Any idea of how the .m the implementation
>
files are accessed.How is it recognized by the
>
application??
>
>
Thanks in Advance
>
Annie
>
>
=====
>
Regards,
>
Annie Felix
The frameworks are compiled already and only contain interface files. The
implementation of Cocoa is private, and you don't need it.
/ david remahl
_______________________________________________
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.