• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Explore symbol table of a Lib file

yoramb

Junior Member
Hello.
I develop a C++ Library file (.lib) in VS2010 under "debug" configuration.
What is the best tool to list the symbols of the library file ?
Is there a way to look for the unresolved symbols ?
Is there a way to look for the symbols that can be called from the outside world ? (i.e. Library user).
Is there a way to look for internal relations between symbols inside the Library without running the application? (The application supposed to use this library).

Thanks alot.
Yoram Ben-Haim.
 
Back
Top