Re: Including headers from a framework?
Re: Including headers from a framework?
- Subject: Re: Including headers from a framework?
- From: Ben Dougall <email@hidden>
- Date: Mon, 24 Mar 2003 20:12:54 +0000
in c using < > round the file name means it'll go straight to the usual
standard place where headers are stored to try and find the file,
whereas using " " round the header file name means look in the same
folder where the code is stored first, and if that fails it'll then
look in the usual place. so which you should use depends on where your
file is. that's in c. i assume it's the same situation with obj-c.
On Monday, March 24, 2003, at 07:20 pm, Guy Umbright wrote:
I can't seem to find this stated anywhere.
Do you have to use #include <...> rather than quotes (as I would
certainly
expect). Some setting somewhere?
This electronic mail message and any attached files contain information
intended for the exclusive use of the individual or entity to whom it
is
addressed and may contain information that is proprietary, privileged,
confidential and/or exempt from disclosure under applicable law. If
you are
not the intended recipient, you are hereby notified that any viewing,
copying,
disclosure or distribution of this information may be subject to legal
restriction or sanction. Please notify the sender, by electronic mail
or
telephone, of any unintended recipients and delete the original message
without making any copies.
_______________________________________________
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.
_______________________________________________
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.