Libraries Dependencies
I use 23 librairies, define in VCPROJ, for an application. I must admit
that with time dependencies between those librairies are not clean at
all. Is it possible using .Net or any other tool to get all libraries
dependencies?
For exemple:
My Lib\lib1
My Lib\lib2
My Lib\...
My Lib\libN
I need to know all dependencies between lib1 to libN. Many reverse
engineering tools do it for C++ classes. It will be really useful to
get same kind of graph and graph analysis for libraries.
Thanks,
Fred Hebert
.
Relevant Pages
- Re: Libraries Dependencies
... > I use 23 librairies, define in VCPROJ, for an application. ... > that with time dependencies between those librairies are not clean at ... Is it possible using .Net or any other tool to get all libraries ... (microsoft.public.vc.ide_general) - Re: Good math/stats libraries for Ruby?
... I'm not sure of the best overall scheme for structuring dependencies ... current ruby math libraries are gems. ... I don't mean to say that Python is crummy like ... It doesn't seem like basic scientific and math libraries ... (comp.lang.ruby) - Re: Dependencies
... ports files written by the port maintainers. ... because these dependencies are frequently over strict. ... Apparently there are cases were the version numbers of the libraries are ... (comp.unix.bsd.freebsd.misc) - Re: OpenGL extensions in Linux (Its not hard?)
... Try the binary on other Linux machines and it breaks about 10% ... No, only those libraries, that your programm accesses directly. ... yourself, making sure, that only minimal dependencies, that are ... The engine I'm developing shares the 90% of the ... (comp.graphics.api.opengl) - Re: binary execution
... [Assembly Binding Log Viewer ] ... Try to avoid exotic libraries and try to ... or make sure your installer ... dependencies have been resolved. ... (microsoft.public.dotnet.languages.vc) |
|