How to check the dependency of the produced library?

Status
Not open for further replies.

blackjack

Newbie level 3
Joined
Feb 26, 2004
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
25
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 ^^
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…