In comp.sys.mac.programmer.misc 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?
If you still get this error after disabling ZeroLink thet you haven't
actually disabled it. Disable it for real, then fix the error (if any)
which you get when you do.
By the way, it is somewhat nonsensical to post to
comp.sys.mac.programmer.misc while also crossposting to other csmp groups,
since the misc group is by definition for messages which don't fit any of
the others.
--
Michael Ash
Rogue Amoeba Software