Tools to generate unit dependencies for Delphi

后端 未结 6 777
伪装坚强ぢ
伪装坚强ぢ 2020-12-10 04:39

Are there any tools that can generate dependency diagrams for Delphi units taking into account conditional compilation directives. I\'d like to emphasize that this should be

相关标签:
6条回答
  • I personally use the free Project Dependencies from GExperts.
    It does not display a diagram, but as a tree view. That suits my needs, YMMV.

    0 讨论(0)
  • 2020-12-10 05:13

    See this related question, where Peganza was discussed. Tool that shows unit dependencies for Delphi 2010 or Delphi 7 program

    0 讨论(0)
  • 2020-12-10 05:13

    You can also use the Delphi Unit Dependency Scanner from https://github.com/norgepaul/DUDS and export the tree in Gephi or yEd format.

    Then you can build the graph, analyze and do many other actions with the graph using the open source tool from https://gephi.org/ or free https://www.yworks.com/products/yed.

    0 讨论(0)
  • 2020-12-10 05:14

    I use ModelMakers Unit Dependency Analyzer together with Lattix LDM.

    0 讨论(0)
  • 2020-12-10 05:20

    The open source pascal code documentation tool PasDoc can do that too

    0 讨论(0)
  • 2020-12-10 05:28

    Perhaps ICARUS is helpful.

    0 讨论(0)
提交回复
热议问题