c++ - How to find COM dlls of all applications -
i'm trying write code migration app, can migrate apps old pc new pc. part of job locate , restore com apps。
for now, question is:
1.given app, how find relevant com dll?
2.how find apps' com dlls?
i'm new com, please answer detailed possible:)
any idea appreciated! in advance!
there 2 ways open dll: linking them directly, , opening them manually. can list of dlls of first type using tool dependency walker (http://www.dependencywalker.com/). careful use right version; 32-bit version not play 64-bit applications , vice versa.
a list of dlls of second type, unfortunately, cannot extracted automatically.
Comments
Post a Comment