Re: class-dump not always working
Re: class-dump not always working
- Subject: Re: class-dump not always working
- From: Dietmar Planitzer <email@hidden>
- Date: Mon, 09 Dec 2002 07:32:16 +0100
>
From: Steve Gehrman <email@hidden>
>
>
Anyone know why class-dump doesn't work for all the frameworks? For
>
example LaunchServices doesn't work, but AppKit does. I'm guessing
>
it's a Carbon/Cocoa problem.
The class-dump tool only works with frameworks which contain ObjC classes.
It does not list good old C/C++ functions or (global) variables.
LaunchServices however, like the vast majority of all other frameworks which
are part of the Core Layer, are written in either C or C++.
>
Anyone have advice on exploring LaunchServices?
Use the 'nm' tool.
Regards,
Dietmar Planitzer
_______________________________________________
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.