Re: InternetConfig incompatibility between 10.2 and 10.1?
Re: InternetConfig incompatibility between 10.2 and 10.1?
- Subject: Re: InternetConfig incompatibility between 10.2 and 10.1?
- From: Quinn <email@hidden>
- Date: Sat, 30 Nov 2002 10:52:48 +0000
At 19:24 +0100 29/11/02, Stiphane Sudre wrote:
I compiled an application on 10.2.2 which is using ICStart.
It runs fine on 10.2.2 but crashes on 10.1 with this little encouragement:
undefined reference to _ICStart expected to be defined in ApplicationServices
Is this the correct behavior?
Well, no, obviously (-:
The problem is that IC moved from the HIToolbox framework (under the
Carbon umbrella) to the HIServices framework (under the
ApplicationService umbrella). If you want to build an application
that runs on 9 and X, you have to link with *just* Carbon.framework.
The above assumes you're building a Carbon app. If you're building a
Cocoa application, I don't know what the best solution is. Probably
best to ask on one of the Cocoa lists.
btw The motivation for moving IC from the Carbon umbrella to the
ApplicationServices umbrella is that ApplicationServices is easily
accessible to both Carbon and Cocoa.
S+E
--
Quinn "The Eskimo!" <
http://www.apple.com/developer/>
Apple Developer Technical Support * Networking, Communications, Hardware
_______________________________________________
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.