• 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
helper application and embedded frameworks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

helper application and embedded frameworks


  • Subject: helper application and embedded frameworks
  • From: Jérôme Laurens <email@hidden>
  • Date: Mon, 17 Feb 2003 13:34:17 +0100

My application has a main purpose but is able to perform an auxiliary task. I could perfectly create a completely independent helper application to perform this auxiliary task but then I would have two application that share and implement a big set of basic objects. I could also implement the task inside my app but then if one of the parts crashes, the other crashes too.

My idea was to

1 create an embedded framework with all the core object needed by both app (the subject has been treated here before)
2 create an helper app that links again the above framework, and will be copied in the main application bundle

My questions are:

- is it a good idea
- where should I put the helper app inside the main app bundle
- How can i link the framework, with the benefit of prebinding

TIA
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

  • Prev by Date: Displaying file contents in NSTextView
  • Next by Date: immutable NSMutableDictionary
  • Previous by thread: Re: Displaying file contents in NSTextView
  • Next by thread: immutable NSMutableDictionary
  • Index(es):
    • Date
    • Thread