Cita:
Empezado por FrianxD
Buenisimo, por que no quiero instalar el BDE en la otra pc, una pregunta, tenes idea que DLL es la que haria que funcione ??
|
A ver si alguien se acuerda de haberlo hablado otra vez y da más detalles.
Lo "más manual" que he encontrado yo, buscando un poco, es esto:
···························································································
Installing the BDE manually
The BDE folder (located inside "\Program Files\Common Files\Borland Shared") on your computer should contain the file BDEINST.CAB that you should unpack (using WinZip or equivalent). You will then get the file BDEINST.DLL that contains all the files necessary to install the file-based database drivers on a users system (these include the textdriver, Paradox, dBase and MS Access).
The only thing you need to do now is to copy the DLL to the users machine and register it by either calling regsvr32.exe with BDEINST.DLL as an argument. If the user doesn't have regsvr32.exe on his machine, you can include it in the installation as a temporary file, run it to register the DLL and then deleting it.
···························································································
Eso casi lo podría hacer tu programa al ejecutarse. Tendrías que distribuir esos dos ficheros con tu aplicación y hacer la llamada.