Tema: Zeos
Ver Mensaje Individual
  #3  
Antiguo 15-05-2006
jumanor jumanor is offline
Registrado
 
Registrado: ago 2005
Posts: 5
Reputación: 0
jumanor Va por buen camino
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
Responder Con Cita