helper application and embedded frameworks
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.