• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Internet Config compatibility issue
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Internet Config compatibility issue


  • Subject: Internet Config compatibility issue
  • From: Stéphane Sudre <email@hidden>
  • Date: Tue, 14 Jan 2003 11:47:09 +0100

I'm facing a problem for which I may have a solution but if there was an easier solution I would take it.

I have a Cocoa application which is using Internet Config.

This application is working both on 10.1 and 10.2 as long as I don't include the Application Services Framework to the Project.

I have a Plug-In architecture (based on NSBundle) for this application and one of the Plug-Ins is calling Internet Config via ICStart, ICStop, ICSomethingOnTheHorizon, etc...

The issue is that the Plug-in code is working fine on 10.2. But when it's called in 10.1, it's crashing and its last words are:

"
2003-01-13 20:32:59.210 MyApp[702] Arghg!

dyld: /Applications/MyApp.app/Contents/MacOS/MyApp Undefined symbols:
/Library/MyFolder/Plug-ins/MyPlugin.bundle/Contents/MacOS/MyPlugin undefined reference to _ICStart expected to be defined in Cocoa
"

(The Arghg! part being a log trace to locate the issue)

My current idea for a solution is to wrap all the Internet Config calls I'm using in the Plug-in into the Main Application (where the symbols are correctly linked) and then call this wrapping API from the Plug-In (NSBundle).

But if there was an easier solution, I would take it.
_______________________________________________
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.

  • Follow-Ups:
    • Re: Internet Config compatibility issue
      • From: Eric Schlegel <email@hidden>
  • Prev by Date: Re: Changing Location without Authentication?
  • Next by Date: Re: Internet Config compatibility issue
  • Previous by thread: Re: Changing Location without Authentication?
  • Next by thread: Re: Internet Config compatibility issue
  • Index(es):
    • Date
    • Thread