Re: Basic globals/extern question
Re: Basic globals/extern question
- Subject: Re: Basic globals/extern question
- From: email@hidden
- Date: Sat, 17 Feb 2007 14:12:41 +1100
How do I reference these globals if not with "extern?"
Are you declaring the implementations as static in your
implementation? (you shouldn't be)
Are you stripping dead code?
Do you have an export-symbols file defined? (if so, it should
contain your globals)
Are you actually linking in the implementation when these errors
occur? (i.e. you mention plugins... are these globals in your main
app or the plugins themselves? If the latter you'd need to weak link
or something like that)
Wade Tregaskis
ICQ: 40056898
AIM, Yahoo & Skype: wadetregaskis
MSN: email@hidden
iChat & email: email@hidden
http://homepage.mac.com/wadetregaskis/
-- Sed quis custodiet ipsos custodes?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden