Ver Mensaje Individual
  #3  
Antiguo 11-05-2012
Avatar de Casimiro Notevi
Casimiro Notevi Casimiro Notevi is offline
Moderador
 
Registrado: sep 2004
Ubicación: En algún lugar.
Posts: 32.072
Reputación: 10
Casimiro Notevi Tiene un aura espectacularCasimiro Notevi Tiene un aura espectacular
¿Y has seguido los pasos que indica el readme.txt para hacer la instalación?
Cita:
Installation
------------
If you have Delphi 6 Professional or Personal Edition, deactivate the
conditional define {$DEFINE DCS} in the RX.INC file before compiling the
library.

Use "File\Open..." menu item of Delphi IDE to open RX' runtime
package RXCTL6.DPK. In "Package..." window click "Compile" button to
compile packages RXCTL6.DPK. After compiling repeat that for other RX
Library run-time packages RXDB6.DPK, RXBDE6.DPK. Put compiled BPL files
into directory that is accessible through the search PATH (i.e. DOS
"PATH" environment variable; for example, in the Windows\System directory).
After compiling RX run-time packages you must install RX design-time
packages into the IDE.

Use "File\Open..." menu item to open RX design-time package DCLRX6.DPK.
In "Package..." window click "Compile" button to compile the package
and then click "Install" button to register RX Library components on
the component palette. Repeat that for other RX Library design-time
packages DCLRXDB6.DPK and DCLRXBD6.DPK.

NOTE: do not save package sources in the Delphi IDE.

EDITO: no había visto el mensaje de Neftalí

Aquí están todas las versiones


Y aquí la versión indicada por Neftali:

Cita:
RxLib for Delphi
=======================================

* Incluir el directorio donde se encuentran las unit de
las Rx(...RxLib_XXX\Units) en:

Tools->options
- Environment Options
- Delphi Options
- Library - Win32 | Library Path

* Abre el proyecto desde el IDE:
File->Open: ...\RxLib_XXX\Units\RxlibXXX.bdsgroup

* Compila todos los paquetes:
Project-> Build All projects

* Instala los paquetes:
Una vez que todos los paquetes se han compilado correctamente se
deben instalar los que son de diseño; Click derecho sobre los packages y
pulsar [Install] (View -> Project Manager):

dclrxXXX.bpl [install]
dcldbXXX.bpl [install]
dcldbXXX.bpl [install]

=====================================
german_ral@hotmail.com
http://neftali.clubDelphi.com

P.D: Realizado tomando como base la traducción a
Delphi20005 de qmd/usercontrol.
.

Última edición por Casimiro Notevi fecha: 11-05-2012 a las 15:57:19.
Responder Con Cita