I was curious if there was an easy way in Visual C++ 6.0 to see which 3rd party components were being used in an application or which were registered.
always looking for the easy way out I guess...
thanks,
Try looking at the "Depends.exe" utility. If you don't have it, I believe it's available as a free download from MS. It's DLL oriented instead of "component" oriented, but it does show you the entry points of each DLL. Since most COM programmers tend to package their components in DLL's it might get you closer to what you're after.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.