How could I tell one .lib file is a static library v.s. an import library for a DLL? Is there any tool or command that could do this?
Second question is how could I check the dependencies of a static library, I mean how could I know which DLLs are included in this static library?
Thanks for any help here.
Best regards,