3
I have in hand a legacy project that was developed initially in versions prior to Delphi 7, where it has a very large amount of Units(. pas) and forms(. dfm).
I have a problem because like the files .dfm are in binary format I can’t compare through the Systems of Version Control(Subversion) the difference between the current version of the file and the previous version. But converting these files . dfm to the text format, from the next revisions it is possible to make the comparisons normally.
How do I convert binary file to text file all these files. dfm at once?
Note: I know that it is possible to convert the form to text through Delphi itself by right-clicking on the form and choosing the option "Text DFM". But there are many and if I did it would take an eternity.