How could I tell one .lib file is a static library vs. an import library for a DLL file? Is there a tool or command that could do this?
The second question is: How could I check the dependencies of a static library? I mean, how could I know which DLL files are included in this static library?