On 2 Apr 2010, at 00:59, Steve Cronin wrote:
>
> On Apr 1, 2010, at 5:58 PM, Jens Alfke wrote:
>
>>
>> On Apr 1, 2010, at 3:51 PM, Steve Cronin wrote:
>>
>>> I have an import statement like the last example but I can't find any "bar"
>>> directory
>>> I'm unable to determine the particular i
On Apr 1, 2010, at 5:58 PM, Jens Alfke wrote:
>
> On Apr 1, 2010, at 3:51 PM, Steve Cronin wrote:
>
>> I have an import statement like the last example but I can't find any "bar"
>> directory
>> I'm unable to determine the particular instance of "foo.h" that is being
>> used here…
>
> Select
On Apr 1, 2010, at 3:51 PM, Steve Cronin wrote:
> I'm puzzled by a configuration
>
> Here are my assumptions:
> #import //generally a framework reference - is
> relative to /System/Library
> #import "foo.h" //source file found in $(SRCROOT)
> #import "bar/foo.h"
On Apr 1, 2010, at 3:51 PM, Steve Cronin wrote:
I have an import statement like the last example but I can't find
any "bar" directory
I'm unable to determine the particular instance of "foo.h" that is
being used here…
Select "bar/foo.h" and press Cmd-Shift-D (File > Open Quickly). That
s
Folks;
I'm puzzled by a configuration
Here are my assumptions:
#import //generally a framework reference - is relative
to /System/Library
#import "foo.h" //source file found in $(SRCROOT)
#import "bar/foo.h" // source file found in a directory relative to