How do I identify all the dependencies so that I can transfer the dll to another pc?
Hi
This is an old theme, but I still use in VBA editor as add-on for commenting code and duplicate lines as in VSCode.
Guys, how can I compile this project correctly on my machine?
The project itself written in VB6 is on GitHub VBEEXtender?
That is, what does it mean to compile so that I can give all the necessary project files to another person, and he can run it on his own.
I compile a dll on my own, copy it to another machine, but it doesn't work there. I need to install VB6 on another machine.
In this project, how can I identify all the dependencies that need to be included for correct operation?
Re: How do I identify all the dependencies so that I can transfer the dll to another
I used to use https://dependencywalker.com/ for this task. There are other new tools like this one https://github.com/lucasg/Dependencies as well.
2 Attachment(s)
Re: How do I identify all the dependencies so that I can transfer the dll to another
https://club.excelhome.net/forum.php...xtra=&mobile=2
I've developed a tool like this where you can open web pages with translation software.
The function that can be realized is equivalent to that in the VB6 IDE, you can automatically package and release a source code project as exe.
Extract project references using ActiveX DLL, OCX control files. A registration-free manifest file is then generated. There are also resource files.
This only requires one exe to be packaged, along with a OCX _ DLL directory. It can be opened and used directly on any computer. Does not require installation registration, nor does it require registry permissions or administrator privileges.
Attachment 193968Attachment 193969
Re: How do I identify all the dependencies so that I can transfer the dll to another
Re: How do I identify all the dependencies so that I can transfer the dll to another
Quote:
Originally Posted by
xiaoyao
I've developed a tool like this where you can open web pages with translation software.
Sir, can you download it for me? I can't register on their forum.