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.
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.