Hello, I have a problem with loadable plugin bundle for an application. I compile my plugin under Snow Leopard with "-undefined dynamic_lookup" option, because it uses classes from a main app. While I compile it as 32-bit all works OK (both plugin and app runs in 32-bit mode), but when I compile it as x86_64 I got load-time error: "Error loading ... Symbol not found: ... Expected in: flat namespace ..." How to make it work?
Regards, Donnie _______________________________________________ Cocoa-dev mailing list ([email protected]) 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]
