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: Stéphane Sudre <email@hidden>
- Date: Mon, 2 Dec 2002 11:16:38 +0100
On samedi, nov 30, 2002, at 11:52 Europe/Paris, Quinn wrote:
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.
Unfortunately it's a Cocoa application.
Maybe it's possible to get the IC**** pointers dynamically using some
UPP or Mach-o stuff.
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.
Yes, it's a good idea.
_______________________________________________
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.