I want to get a list of interfaces registered in a Delphi 2007 application (with code from within that application) in order to check for possible duplicate GUIDs.
There is a solution on GitHub which uses the System.RTTI unit, but unfortunately that unit is not available in Delphi 2007.
Is it possible to do without?
I also asked on StackOverflow:
https://stackoverflow.com/q/54710667/49925