Re: Where to look for dynamic code loading
Re: Where to look for dynamic code loading
- Subject: Re: Where to look for dynamic code loading
- From: Brad Oliver <email@hidden>
- Date: Wed, 1 Mar 2006 22:49:29 -0700
On Mar 1, 2006, at 10:36 PM, email@hidden wrote:
On Mar 1, 2006, at 10:25 PM, Peter O'Gorman wrote:
Look at the docs for CFBundle, dlopen, or NSModule - take your
pick. I
think
for applications which already use CoreFoundation CFBundle is your
best bet.
If you don't already use CoreFoundation look at the man pages for
dlopen
and/or NSModule.
I looked at some of CFBundle and it described loading functions and
Objective-C classes, but explicitly said it didn't work for C++
classes.
Can you provide a link? In several projects, I have been able to use
CFBundle to load C++ code just fine (e.g. many of Aspyr's Quake 3-
based ports do this).
--
Brad Oliver
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden