blackjack
Newbie level 3
As the title, I'm building a project that finally produces a library, and some pontential problem that would be worried is some routine inside
the library depends on some other routines that do exist in some other library, but this kind of dependency isn't found during development, so that when the produced library is linked as an independent one, an error
occurs.
Is there a tool that could be used to parse a unlinked library, i.e. the source code files of the source project, to produce a table which lists the dependency of all moudles (file by file), so that I can check if any module
depends on some other one in a file that isn't involved in the source project to avoid the problem?
Thank you ^^
the library depends on some other routines that do exist in some other library, but this kind of dependency isn't found during development, so that when the produced library is linked as an independent one, an error
occurs.
Is there a tool that could be used to parse a unlinked library, i.e. the source code files of the source project, to produce a table which lists the dependency of all moudles (file by file), so that I can check if any module
depends on some other one in a file that isn't involved in the source project to avoid the problem?
Thank you ^^