Re: How do I install a DLL based COM server?
- From: David Lowndes <DavidL@xxxxxxxxxxxxxxx>
- Date: Tue, 26 Sep 2006 16:34:19 +0100
I have one more question, relating to the "Depends" application: I used
it to find dependncies of my COM server .dll file, but all it lists is:
...
While I **know** for certainty that it uses additional DLLs from a
separate Microsoft SDK I am using. Those additional DLLs do not appear
even in the expanded tree of dependencies.
So, my question(s) is:
1. Why doesn't "Depends" see those DLLs?
Which are they? Are they dynamically loaded by your application?
Depends only find the implicit (static if you like) DLLs.
2. Is there a different tool/method to find those depending-upon DLLs?
Use Spy++'s Profile option to run your application - it'll list any
additional DLLs it loads.
Dave
.
- References:
- How do I install a DLL based COM server?
- From: vc6
- Re: How do I install a DLL based COM server?
- From: David Lowndes
- Re: How do I install a DLL based COM server?
- From: vc6
- How do I install a DLL based COM server?
- Prev by Date: Re: How do I install a DLL based COM server?
- Next by Date: Re: It doesn't work outside the debugger
- Previous by thread: Re: How do I install a DLL based COM server?
- Next by thread: Re: regenerating the CProxy_ event firing class
- Index(es):
Relevant Pages
|