Pb avec BDE
FRANCAIS / FRENCH
J'ai dvelopp une application avec Delphi 4 standart.
Aprs compilation, je l'ai installe sur un micro avec Windows 95C.
Elle ne fonctionne pas car au lancement elle affiche le message suivant
:
Exception EDBEngineError dans le module APPLICATION.EXE 000924DE.
Une erreur est survenue lors de l'initialisation de Borland Database
Engine (erreur$2109).
J'ai install Delphi 4 sur ce micro puis dsinstall.
Ds lors cela fonctionne car BDE reste install.
Comment inclure le BDE dans l'application afin de ne pas avoir
installer/dsinstaller Delphi 4 sur chaque poste.
ANGLAIS / ENGLISH
(Sorry for my poor english)
I developped an application with Delphi 4 standart.
After compilation, i have installed it on a computer with Windows 95C
It didnt't work because, when i launched it, the application displayed
this message (in French) :
Exception EDBEngineError dans le module APPLICATION.EXE 000924DE.
Une erreur est survenue lors de l'initialisation de Borland Database
Engine (erreur$2109).
So I installed Delphi 4 on the computer, then uninstalled It.
Since i did this, the application works fine because the BDE wasn't
removed.
My question is :
How to do to put the BDE in the application because i don't want to
install/uninstall Delphi 4 on each computer.