How to compare DLL files - TechRepublic
General discussion
August 27, 2003 at 12:38 AM
-rob-

How to compare DLL files

by -rob- . Updated 22 years, 10 months ago

At the end of our Sw production line we would like to know which changes made it into the built .dll files. For that we would like to compare the .dll files generated with the .dll files of the previous version of the product. A simple compare doesn’t do because, due to the automatic generation each object in the .dll does have a new timestamp, and thus appears different. I am looking for a way to just compare the code! Any suggestions?

This discussion is locked

All Comments