Hi,
Is there a tool that I can use to see what functions are exported by a static library? I am getting linker errors in VS2005, and I want to make sure that a static library I am including does indeed have the proper functions.
I did find a lot of stuff for viewing dynamic library exports, but a search for static library viewers wasn't so lucky. Thanks!