Building a command line tool that calls DotMacKit
Building a command line tool that calls DotMacKit
- Subject: Building a command line tool that calls DotMacKit
- From: Óscar Morales Vivó <email@hidden>
- Date: Fri, 3 Dec 2004 16:45:01 -0500
I'm trying to build a small command line utility (to be called from an
old CFM program that we definitely can't afford to bring to Mach-O
right now) that will use the DotMacKit to implement a couple new
features for the main app. However I'm running into a couple of setup
problems as follows:
- How can I set up a tool project so it will use a Framework which is
not in the system ones? As the tool is going to reside inside the CFM
application bundle, I'm pretty much free to hardwire the framework
location in relation to the tool, but I still don't know for sure what
to do exactly and how to go about it so it compiles, links and executes
properly.
- Do I need to set up anything apart from an autorelease pool to have
DotMacKit working properly outside of an NSApplication-based app? I'm
not sure if I'd need any kind of run loop around or the DotMacKit
doesn't need that.
Thanks in advance for your help:
Óscar Morales Vivó.
_______________________________________________
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