• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Monitoring class loading
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Re: Monitoring class loading (From: Kyle Moffett <email@hidden>)

  • Prev by Date: Newbie Question - Including QuickTime/QuickTime.h Framework
  • Next by Date: Re: re-entering threats
  • Previous by thread: Re: Monitoring class loading
  • Next by thread: Re: Monitoring class loading
  • Index(es):
    • Date
    • Thread