I rewrote the Cocoa plugin and the Carbon plugin loader and can get
a valid bundle but the "CFBundleGetFunctionPointerForName" function
isn't finding my init method. Calling CFBundleIsExecutableLoaded
after CFBundleGetFunctionPointerForName shows that the bundle
executable was indeed loaded, but for some reason it's not giving
me the function pointer.
I think you need to explicitly call CFBundleLoadExecutable before you
try to call CFBundleGetFunctionPointerForName.
You also need to make sure that the MyPluginInitialize symbol is
exported.
Jack
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden