Hello everyone,
Two questions about static library on Windows platform,
- How to check whether a lib is a static library (or not, e.g. import library for a DLL or some other format which is not a legal static library file even if file name has .lib extension);
- How to check whether MT or MD flag is used when build a static library?
thanks in advance, George