Ver Mensaje Individual
  #8  
Antiguo 10-10-2008
Avatar de Neftali [Germán.Estévez]
Neftali [Germán.Estévez] Neftali [Germán.Estévez] is offline
[becario]
 
Registrado: jul 2004
Ubicación: Barcelona - Espańa
Posts: 19.441
Reputación: 10
Neftali [Germán.Estévez] Es un diamante en brutoNeftali [Germán.Estévez] Es un diamante en brutoNeftali [Germán.Estévez] Es un diamante en bruto
Cita:
Empezado por FrianxD Ver Mensaje
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.
__________________
Germán Estévez => Web/Blog
Guía de estilo, Guía alternativa
Utiliza TAG's en tus mensajes.
Contactar con el Clubdelphi

P.D: Más tiempo dedicado a la pregunta=Mejores respuestas.
Responder Con Cita