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

Popular posts from this blog

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -