Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tools to generate unit dependencies for Delphi

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 unit dependency diagram, not class dependency. Also it would be nice to have the ability to rearrange and hide some parts in the generated diagram.

I've tried Understand and it doesn't seem to do what I want.

like image 376
Max Avatar asked Jun 19 '10 15:06

Max


1 Answers

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.

like image 142
Francesca Avatar answered Sep 23 '22 01:09

Francesca