Which modules are needed

[OT]
Once upon a time ;) ... I created an add-in to display the dependencies of codemodules using GraphViz.

Example output for NW2 (Starter):
nw2-codemodul-depend.png


I was a bit surprised when I saw the double arrow between modDao and modOrders in the picture. Wouldn't have expected modDAO to be dependent on modOrders. (Causes in modOrders is a general function for random numbers, which is also used in modDAO).

The add-in is old (~2010), but if someone wants to try it out or extend it to show the dependencies between the procedures, I'll post it on GitHub.
/edit: https://github.com/AccessCodeLib/ACLibCodeStructReader
 
Last edited:
Hi @Josef_P.
Yes please. It might fit in well with my database analyzer project that is nearing completion
Better still could you email it to me?

1688832571132.png

Items where Orphans is ticked have MISSING dependencies
 

Users who are viewing this thread

Back
Top Bottom