On 2 Apr '08, at 9:32 PM, Daniel Child wrote:
I have no idea why this is happening, especially since there is no evLanguageAsString in either DataDescription.h or .m.
I agree with Stephen — make sure you didn't forget the "extern" in the variable's declaration in the header.
There is one in the sourcetype controller files, though not prefixed by _.
The compiler prefixes most of your global identifiers with "_", for mysterious reasons. (Actually I think it's a kind of namespacing, to avoid name collisions with other types of global symbols like Objective-C class names, C++ vtables and such.)
—Jens
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [EMAIL PROTECTED]