Re: Monitoring class loading
Re: Monitoring class loading
- Subject: Re: Monitoring class loading
- From: Sherm Pendley <email@hidden>
- Date: Sun, 18 Aug 2002 19:23:31 -0400
On Sunday, August 18, 2002, at 06:18 PM, Kyle Moffett wrote:
Yes, that will help. Unfortunately, I also need a list of already
loaded classes.
I am writing a Perl <-> Objective-C library to allow Objective-C
objects to be
used from Perl. I know somebody at Apple has such a thing, but it does
not
automatically attempt to generate interfaces for classes it does not
know about.
I want to be able to write code that binds the message calling system
and a few
basic data types (Not objects), and then be able to generate Perl
objects
automatically to bind to the ObjC objects.
Have you looked at CamelBones?
<URL:
http://sf.net/projects/camelbones/>
The NSClassFromString(NSString *aClassName) method should allow me to
get the
needed Class object for the given classname, and then I can use and
AUTOLOAD
function to properly send ObjC messages.
Yep, that's how it works. :-)
sherm--
_______________________________________________
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.