Does anyone know of, or indeed - has written, an application that interrogates and ActiveX DLL (COM component) and return it's external references - that which is set using the References dialog within the VB6 IDE?
Printable View
Does anyone know of, or indeed - has written, an application that interrogates and ActiveX DLL (COM component) and return it's external references - that which is set using the References dialog within the VB6 IDE?
Are you talking about something that will look at a .exe file, and list out its dependencys?
I need something that will look at any form of PE file. I am particularly interested in retrieving the ActiveX references set in the References dialog in the VB6 IDE but other dependencies will need to be included too.