Finding and Launching CFM app in bundle
Finding and Launching CFM app in bundle
- Subject: Finding and Launching CFM app in bundle
- From: Sanford Selznick <email@hidden>
- Date: Wed, 22 Aug 2001 13:32:28 -0700
I'm a little new to all of this, so sorry if this has been asked a lot.
I have an Obj-c/Mach-O bundle. Inside of that bundle I have a copy
of a CFM Carbon App that I've compiled with CodeWarrior 6.
How do I (1) find and (2) launch the carbon app that is located
inside my bundle from obj-c?
I figured I could just do a system("open myapp"), but it doesn't
work. I've looked through Launch Services, but it's more for
documents, so far as I can tell. I've also looked through
System.framework, but can't find what I need documented. I'm
probably looking in the wrong place.
Thanks,
Sanford