Linking problem
Linking problem
- Subject: Linking problem
- From: Todd Blanchard <email@hidden>
- Date: Thu, 29 Apr 2004 17:51:53 -0600
I'm building a framework that is a plugin for an application. It needs
to access a global in the application's executable. So I declare the
thing extern as in
extern char* MyGlobal;
I get link errors for unsatisfied symbol. Can I add the application to
my project as a framework? I tried to do just this by simply doing add
framework in xcode and selecting the app, but it didn't seem to make a
difference.
Thanks for any help.
_______________________________________________
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.