Re: how can i make a program run in a computer that does not have delphi installed


[ Related Articles and Replies ] [ DelphiLand Discussion Forum ]

Posted by webmaster Guido on March 12, 2003 at 16:59:29:

In Reply to: how can i make a program run in a computer that does not have delphi installed posted by Alex on March 12, 2003 at 01:13:00:

: this could be a silly question but how can i make a program created be myself run in another computer that does not have delphi installed in it?? please help me
--------

A compiled Delphi program that doesn't use database components, should run on every PC with a Windows 32bit OS, such as Win98, Win2000, Win XP,... It doesn't need the Delphi environment nor any other "special" files.

But if you used database components like TTable, TQuery,... then the BDE (Borland Database Engine) has to be installed on the other pc.


Related Articles and Replies:


[ Related Articles and Replies ] [ DelphiLand Discussion Forum ]