How to get the minium dependcies of a VB6.0 application (.exe)
Hello,
We have a VB6.0 application (.exe), for which It is required to identify minimum dependencies (i.e. MSCOMCTL.ocx) etc.
By using the Dependency walker it is not possible to identify the dependencies like MSCOMCTL.ocx.
Please suggest the method to identify the minimum dependencies for VB 6.0 executable.
Thank You
We have a VB6.0 application (.exe), for which It is required to identify minimum dependencies (i.e. MSCOMCTL.ocx) etc.
By using the Dependency walker it is not possible to identify the dependencies like MSCOMCTL.ocx.
Please suggest the method to identify the minimum dependencies for VB 6.0 executable.
Thank You
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
jagadeish
9 years ago
Use PeStudio,to see the dependencies, simply look at the Imported Libraries
Posted by:
jagadeish
9 years ago
You can also use EXE Explorer, to check for a file’s dependency, first load it into the program and check the Imports tab
Posted by:
anonymous_9363
9 years ago
OCXs aren't linked in the EXE's import/export table. Using Dependcy Walker, you need to start profiling then run the EXE.
Your nickname here begins 'programmer' and yet you don't know this stuff?!?
Your nickname here begins 'programmer' and yet you don't know this stuff?!?
Comments:
-
@VBScab
He didn't say it is linked in the EXE.. It can be a dependency for the functionality of the application - jagadeish 9 years ago
Posted by:
anonymous_9363
9 years ago
Neither did I! :-)
Comments:
-
I read it twice and got it :) - jagadeish 9 years ago