LIB Dependencies
-
I have over 200 projects. Many of them are dependnet upon each other in the case of included .LIB files. Is there already a tool that can generate a tree, graph, or even a text listing of the dependencies?
-
I have over 200 projects. Many of them are dependnet upon each other in the case of included .LIB files. Is there already a tool that can generate a tree, graph, or even a text listing of the dependencies?
-
The File view in the workspace should list out all the dependencies.. This u can c in the visual studio IDE itself. hope this will help :) Zxczc
Thank you. I can not open each project in the workspace. The idea is to build an automated tool to scan and return information about module dependencies. I am assuming the #import directive is not being used (else I would have to scan source code as well). We have over 200 projects and it is difficult to document if a devleoper creates or modifies dependencies. So we want a tool to do it.