• 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
Re: NSBundle dynamic loading problem
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSBundle dynamic loading problem


  • Subject: Re: NSBundle dynamic loading problem
  • From: Shaun Wexler <email@hidden>
  • Date: Mon, 19 Dec 2005 15:03:20 -0800

On Dec 19, 2005, at 10:13 AM, Josh Ferguson wrote:

I have a framework that needs to be loaded dynamically in order to
support self-updating. I'm finding unexplainable behavior and I was
curious if anyone had any input. Here's what's happening:

Can you can refactor your framework? I suggest using a C plug-in (COM model) to encapsulate the code which can be updated, and wrap the C functions with framework methods. Plus you can sign the plug- in code easily, and even remove all dependencies on external libraries within the plug-in code itself. All the framework needs to do is patch its own internal function dispatch structure after it downloads and authenticates the new plug-in. Another benefit is that you don't have to replace ALL functions with a plug-in, which might just update a subset of the other plug-ins' functionality...
--
Shaun Wexler
MacFOH
http://www.macfoh.com

"Intellectuals solve problems, geniuses prevent them." - Albert Einstein


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden
References: 
 >NSBundle dynamic loading problem (From: "Josh Ferguson" <email@hidden>)

  • Prev by Date: Re: Moire X v2.0 released, feedback would be appreciated
  • Next by Date: create a view without IB
  • Previous by thread: Re: NSBundle dynamic loading problem
  • Next by thread: RE: NSBundle dynamic loading problem
  • Index(es):
    • Date
    • Thread