Results 1 to 5 of 5

Thread: How do I identify all the dependencies so that I can transfer the dll to another pc?

  1. #1

    Thread Starter
    Addicted Member sergeos's Avatar
    Join Date
    Apr 2009
    Location
    Belarus
    Posts
    167

    Question 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?
    Ten Years After - 01 You Give Me Loving

  2. #2
    Fanatic Member
    Join Date
    Jul 2022
    Location
    Buford, Ga USA
    Posts
    629

    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.

  3. #3
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,538

    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.

    Name:  060500q5r3fr9truw5cu32.jpg
Views: 378
Size:  48.8 KBName:  060459k3b2gtkpuisfstii.jpg
Views: 341
Size:  33.7 KB

  4. #4

    Thread Starter
    Addicted Member sergeos's Avatar
    Join Date
    Apr 2009
    Location
    Belarus
    Posts
    167

    Re: How do I identify all the dependencies so that I can transfer the dll to another

    Interesting tool.
    Last edited by sergeos; Apr 6th, 2025 at 04:24 PM.
    Ten Years After - 01 You Give Me Loving

  5. #5

    Thread Starter
    Addicted Member sergeos's Avatar
    Join Date
    Apr 2009
    Location
    Belarus
    Posts
    167

    Re: How do I identify all the dependencies so that I can transfer the dll to another

    Quote Originally Posted by xiaoyao View Post
    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.
    Ten Years After - 01 You Give Me Loving

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width