Foros Club Delphi

Foros Club Delphi (https://www.clubdelphi.com/foros/index.php)
-   C++ Builder (https://www.clubdelphi.com/foros/forumdisplay.php?f=13)
-   -   Zeos (https://www.clubdelphi.com/foros/showthread.php?t=30997)

CID 25-04-2006 17:47:37

Zeos
 
Como se instala Zeos en BCB6??
He intentado de todo y todo provoca algun tipo de error...
Realmente necesito que me ayuden.

Luzma 12-05-2006 22:49:31

Qué error te aparece
 
¿Zeos?, ¿el que sirve para conectarse a Interbase/Firebird?

Es más fácil ayudarte si nos dices qué errores te aparecen.

jumanor 15-05-2006 13:28:58

zeos
 
holas:
Acabo d volver a instalar zeosdbo-6.5.1-alpha siguiendo las siguientes instrucciones

Cita:

You can download the current version from http://www.zeoslib.net
  1. Unpack the archive to a folder
  2. Copy the required dlls from lib directory to the windows system directory (usually Windows\System or winnt\system32)
  3. Locate the package directory associated with your compiler and open the ZeosDbo.bpg project group. Load the project and install the following components in the order listed:
    • ZCore.bpl
    • ZParseSql.bpl
    • ZPlain.bpl
    • ZDbc.bpl
    • ZComponent.bpl
  4. Create your own project and start adding the compoents through the IDE and set connection properties. For a quick tutorial, use the example provided with the project or browse the resources on the web page
Observations ( Esto es importante!!!!! ):

When compiling the library from ZeosDbo.bpg under C++ Builder you may receive some warnings like 'Unable to find package import XXX.bpi' and you may have to press Cancel multiple times to continue.

Ahora solo faltaria incluir las rutas d las cabeceras en tu proyecto

Dirigete a "options" d t proyecto y en "Include Path" agrega la ruta en donde se encuentran tus cabeceras en mi caso fue asi

E:\Downloads\zeos\zeosdbo-6.5.1alpha\src\component;E:\Downloads\zeos\zeosdbo-6.5.1-alpha\src\core;E:\Downloads\zeos\zeosdbo-6.5.1-alpha\src\plain;E:\Downloads\zeos\zeosdbo-6.5.1-alpha\src\parsesql;E:\Downloads\zeos\zeosdbo-6.5.1-alpha\src\dbc

Haber si con eso funciona

Suerte ;)


La franja horaria es GMT +2. Ahora son las 13:15:31.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi