Subject Re: Problem with Project .EXE file
From Mervyn Bick <invalid@invalid.invalid>
Date Sat, 20 Jun 2020 14:45:54 +0200
Newsgroups dbase.getting-started

On 20/06/2020 14:05, Akshat Kapoor wrote:

> For the executable to run on the computer you will be needing runtime on the destination computer. Runtimes are free to download and distribute. You will have to install runtime and then run the exe for proper response.

If the appropriate .dll files are included in the .exe then there is no
need to install the runtime engine on a destination computer.  As the
program accesses .dbf files the BDE must be installed on the destination
computer unless an ODBC driver is used in conjunction with ADO.

Mervyn.