FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour ANTONIO - CVS XHAR DE FWH_906
Posts: 94
Joined: Thu May 11, 2006 10:00 PM
ANTONIO - CVS XHAR DE FWH_906
Posted: Wed Aug 05, 2009 12:47 PM

Antonio, estoy realmente desesperado, cada vez que me mudo de version tengo el problema con la RDDADS.LIB para usar con SERVERS ADS 7.1, necesitar铆a conseguir las fuentes del CVS que vienieron con FWH para poder compilar la RDDADS y ponerle el parametro de ADS_REQUIRE_VERSION=7.1 para poder compatibilizar no se donde buscarlas ni como hacerlo, podr铆as darme una mano, realmente necesito actualizar la version de nuestro software con la nueva FWH_906 y no puedo hacerlo por la RDDADS, hay algun lugar donde pueda bajar ADSFUNC.C ADS.C y compilarlas y generar la nueva RDDADS, y asi mantener la misma version con la que viene FWH ?

Gracias por tu ayuda,

Saludos,

GUSTAVO PREDIGER
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: ANTONIO - CVS XHAR DE FWH_906
Posted: Fri Aug 07, 2009 10:01 AM

Gustavo,

Los fuentes los tienes disponibles aqui:

http://xharbour.cvs.sourceforge.net/vie ... b/rdd_ads/

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 94
Joined: Thu May 11, 2006 10:00 PM
Re: ANTONIO - CVS XHAR DE FWH_906
Posted: Fri Aug 07, 2009 12:08 PM

Gracias Antonio, por la respuesta, dejo aqu铆 tambien la soluci贸n por si a alguien lo necesita:

1) Bajar del link de Antonio el CVS, ir a la carpeta RDD_ADS, copiar en la misma el ACE.H que se ecuentra en la paquete SDK de ADS SERVER

2) Compilar con BCC 551 ADS1.c , ADSFUNC.c, ADSMGMNT.c,
ASI
C:\BORLAND\BCC55\BIN\BCC32 -c -O2 -DWIN32;ADS_LIB_VERSION=700 -IC:\XHAR_906\INCLUDE -oC:\BORLAND\BCC55\OBJ\ADS1.OBJ ADS1.C
C:\BORLAND\BCC55\BIN\BCC32 -c -O2 -DWIN32;ADS_LIB_VERSION=700 -IC:\XHAR_906\INCLUDE -oC:\BORLAND\BCC55\OBJ\ADSFUNC.OBJ ADSFUNC.C
C:\BORLAND\BCC55\BIN\BCC32 -c -O2 -DWIN32;ADS_LIB_VERSION=700 -IC:\XHAR_906\INCLUDE -oC:\BORLAND\BCC55\OBJ\ADSMGMNT.OBJ ADSMGMNT.C

3) Se generar谩n los OBJ anteriores basados en los funtes C
4) Pegar los 3 OBJ en la carpeta de la aplicaci贸n
5) Compilar la aplicaci贸n quitando RDDADS.LIB y agregando los OBJ anteriores
6) En la aplicaci贸n utilizar el ACE32.DLL de la versi贸n 7.1 de ADS

Esta soluci贸n creo fue la mas r谩pida y quedo andando muy bien,

Saludos,

GUSTAVO PREDIGER
Posts: 1074
Joined: Fri Oct 07, 2005 01:56 PM
Re: ANTONIO - CVS XHAR DE FWH_906
Posted: Thu Sep 03, 2009 02:37 PM

Hola

Estimados, alparecer algo estoy haciendo mal, pero me arroja el siguiente error?

MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
bcc32 -I"C:\ADS\ACESDK" -c -O2 -DWIN32 -I....\include -o....\obj\b32\ads1.obj ads1.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
ads1.c:
Error E2139 rddads.h 166: Declaration missing ;
Error E2451 ads1.c 4603: Undefined symbol 'HB_PATH_MAX' in function adsDrop
Error E2451 ads1.c 4689: Undefined symbol 'HB_PATH_MAX' in function adsExists
*** 3 errors in Compile ***

** error 1 ** deleting ....\obj\b32\ads1.obj

nota:
"acesdk" este carpeta la saque de la c:\Archivos de programa\Advantage 9.0\acesdk

desde ya muchas gracias

Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: ANTONIO - CVS XHAR DE FWH_906
Posted: Thu Sep 03, 2009 05:36 PM

Patricio,

Posiblemente estes usando tus includes de xHarbour, que sean m谩s antiguos que los usados en el cvs

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1074
Joined: Fri Oct 07, 2005 01:56 PM
Re: ANTONIO - CVS XHAR DE FWH_906
Posted: Thu Sep 03, 2009 08:39 PM

Gracias por responder

en realidad el xharbour que utilizo es la que fue lanzada con fwh, es la ultima que se ha lanzado..

xHarbour for BCC - 09/April/2009,

tengo entendido es la que la lanza fivetech, podrian incluir los fuentes en proximas versiones..

donde poder ubicar los fuentes de esta versi贸n?

saludos

Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: ANTONIO - CVS XHAR DE FWH_906
Posted: Thu Sep 03, 2009 10:14 PM

Patricio,

Todos los fuentes estan en el CVS de xHarbour.

Desde all铆 puedes recuperar los fuentes a la fecha que desees.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion