Re: Internet Config compatibility issue
Re: Internet Config compatibility issue
- Subject: Re: Internet Config compatibility issue
- From: Stéphane Sudre <email@hidden>
- Date: Tue, 14 Jan 2003 19:11:53 +0100
On mardi, janvier 14, 2003, at 05:35 PM, Eric Schlegel wrote:
InternetConfig moved from HIToolbox.framework to HIServices.framework
in 10.2. The dyld error message looks like this caused it to also be
re-exported from Cocoa.framework somehow, I'm not quite sure how, on
10.2. I suspect it wasn't exported from Cooca.framework on 10.1.
I would guess that if you linked your plugin against Carbon.framework,
and organized the framework link order so that you linked against
Carbon before linking against Cocoa, then the linker would correctly
record that ICStart was imported from Carbon, not Cocoa. Then when you
load your plugin on 10.1, dyld will still be able to find ICStart
since it's exported from Carbon.framework on both 10.1 and 10.2.
It's working.
Thanks a lot.
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.