Running my program on a machine without Delphi

Good day

I want to know, how can i know what file and DLL's do i need to also install on a computer without installing delphi as well? Currently i have a machine at home without Delphi and i'm running the program and writing down all the files induvidually that it needs to run and then coping them and repeating this until the program runs. How can i find out what else to install other than on this way as this is a very time consuming why of finding out...


Comments

  • : Good day
    :
    : I want to know, how can i know what file and DLL's do i need to also
    : install on a computer without installing delphi as well? Currently i
    : have a machine at home without Delphi and i'm running the program
    : and writing down all the files induvidually that it needs to run and
    : then coping them and repeating this until the program runs. How can
    : i find out what else to install other than on this way as this is a
    : very time consuming why of finding out...
    :
    :
    :
    When you compile your program without any runtime-packages, then your program will only use the standard windows DLLs (which are already installed). Any 3rd-party components might need other DLLs to run. If you've explicitly linked other DLLs, then you'll also need to provide those.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion