Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

McBgnr

macrumors regular
Original poster
Hello,

Do we have something to view the dependencies and list the functions exported by a lib in mac os. We have depends in Windows. Any ideas?
 
Can you explain more about what you're asking. Windows uses a lot of DLLs, but Mac does not so your question may be mute.
 
Can you explain more about what you're asking. Windows uses a lot of DLLs, but Mac does not so your question may be mute.
Mac OS X actually has a bunch of structures that can conceivably be called libraries. There's the closest equivalent to the Windows DLL - the UNIX-style SO (shared object); the bundle, and the framework (both of which have no Windows equivalent). All of these things can be probed to find their exported functions and dependencies, but I don't know exactly how it's done.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.