Hi, I have a third party dll and a lib file. Now i want to check whether the lib file and the dll have been built using the same .obj files or not? Is there any tool or utility which can give me the names of the .obj files used in building the correspinding dll. For .lib files we can use the lib.exe utility which comes with visual studio. Any help will be great.