I've just released Delphi Unit Dependency Scanner (DUDS) as open source. You can find it here - https://github.com/norgepaul/DUDS

I've just released Delphi Unit Dependency Scanner (DUDS) as open source. You can find it here - https://github.com/norgepaul/DUDS
https://github.com/norgepaul/DUDS

Comments

  1. That's a great gift to the community, but I have begun to try to build in XE7, and found issues. Will try to sort them out, as time permits.

    Update:
    In Duds.Vcl.Form.Main, I made these changes:

    {$IF CompilerVersion > 28}
    System.ImageList, // new in XE8
    {$ENDIF}

    {$IF CompilerVersion > 29}
    Vcl.WinXCtrls, // new in Seattle
    {$ENDIF}

    I also used GExperts to replace the TSearchBox instances on the form with TEdit instances. I did not see anything which would suggest loss of functionality from the change.

    Builds now on XE7, and seems to work as before.

    ReplyDelete
  2. I have not pushed, and will not, without hearing from you, Paul. I also intend to run FixInsight over the project and make such changes to source as it advises.

    ReplyDelete

Post a Comment