FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour libreria para ADS rddads.lib (SOLUCIONADO)
Posts: 1074
Joined: Fri Oct 07, 2005 01:56 PM
libreria para ADS rddads.lib (SOLUCIONADO)
Posted: Sat Oct 24, 2015 03:49 PM
Hola a todos

Quisiera saber si alguien me puede enviar la lib de ADS rddads.lib
para harbour de borland 7

Harbour Build Info
---------------------------
Version: Harbour 3.2.0dev (r1506171039)
Compiler: Borland/Embarcadero C++ 7.0 (32-bit)
Platform: Windows 7 6.1.7601 Service Pack 1
PCode version: 0.3
ChangeLog last entry: 2015-06-17 12:39 UTC+0200 Przemy
czta.onet.pl)
ChangeLog ID: 716cab68c697e983fa5871ca8045bd2318948b73
Built on: Jun 21 2015 11:56:11
Build options: (Clipper 5.3b) (Clipper 5.x undoc)
---------------------------

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: libreria para ADS rddads.lib
Posted: Sun Oct 25, 2015 09:52 AM
Patricio,

Puedes construirla tu mismo facilmente usando estos ficheros:

https://github.com/harbour/core/tree/master/contrib/rddads

Compila cada fichero C con Borland. Son solo 4 ficheros, y con sus OBJs creas la librería.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1074
Joined: Fri Oct 07, 2005 01:56 PM
Re: libreria para ADS rddads.lib
Posted: Tue Oct 27, 2015 12:56 PM
gracias antonio


dejo el archivo bat, si falta algo favor corregir

rem compilando

rem ace.h sacar de http://devzone.advantagedatabase.com/dz ... spx?key=20
rem bajar Advantage Client Engine

c:\borland\bcc7\bin\bcc32 -c -tWM -Ic:\hb32\include -Ic:\ADS ads1.c
c:\borland\bcc7\bin\bcc32 -c -tWM -Ic:\hb32\include -Ic:\ADS adsfunc.c
c:\borland\bcc7\bin\bcc32 -c -tWM -Ic:\hb32\include -Ic:\ADS adsmgmnt.c
c:\borland\bcc7\bin\bcc32 -c -tWM -Ic:\hb32\include -Ic:\ADS adsx.c

rem creando libreria

c:\borland\bcc7\bin\Tlib rddads + ads1 + adsfunc + adsmgmnt + adsx
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

Continue the discussion