Executable linking
Executable linking
- Subject: Executable linking
- From: Shon Frazier <email@hidden>
- Date: Wed, 1 Mar 2006 13:28:01 -0500
Can I link to an existing executable and call into it like a
library? I do really mean an existing .app executable, not a
framework or library (static or otherwise). This app has some
functionality that I desperately want for my own app, but don't have
the time to re-implement. I've tried linking the .app as a
framework, the the actual executable file as a library ... doesn't work.
I've used class-dump (http://www.codethecode.com/Projects/class-
dump/) to extract [Objective-C] headers for custom classes that it
implements. I'd like to use those classes if possible.
Thoughts?
::SF
_______________________________________________
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