In article
<57b47807-9ef4-4c31-b530-84162163830e@[EMAIL PROTECTED]
>,
Gadgetman <stewart.gadget@[EMAIL PROTECTED]
> wrote:
> I have some sample code that I am trying to compile. I have identified
> the following extract to be the culprit - it compiles fine (using
> Xcode 2.4.1) - so I must have the correct headers etc.
>
> deviceNameAsCFString =
> CFStringCreateWithCString(kCFAllocatorDefault, deviceName,
>
> kCFStringEncodingASCII);
>
>
> Yet on execution I get this error:-
>
> ZeroLink: unknown symbol '_kCFAllocatorDefault'
> Abort trap
>
> I have tried enabling/disabling the ZeroLink option and it always
> compiles without errors yet I get the execution error.
>
> What is the problem here?
How are you disabling ZeroLink? From the bottom of the 'build' menu?