Re: ZeroLink and duplicate symbols
Re: ZeroLink and duplicate symbols
- Subject: Re: ZeroLink and duplicate symbols
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 28 Apr 2004 07:17:31 -0600
On Apr 27, 2004, at 10:24 PM, James J. Merkel wrote:
1) Does ZeroLink need to be enabled for debugging to work?
No.
2) If ZeroLink is enabled, I get the following error at run time:
[...]
The symbols ifp and numberType are used by both functions and by
methods. I declared these variables above the @interface block along
with the functions ushort fget2(FILE *f); and int fget4(FILE *f);
like so:
Try declaring them as "extern" in the header file(s) and declare the
real thing in a source file that includes the header file(s).
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
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.