ADS version 7

Post Reply
User avatar
Patricio Avalos Aguirre
Posts: 1028
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile
Contact:

ADS version 7

Post by Patricio Avalos Aguirre »

Estimados

Como saber con que version esta utilizando la libreria rddAds.lib

Yo actualmente utilizo la vension de ADS 7.1 y he visto los fuentes que hace mencion a ADS_REQUIRE_VERSION6;ADS_REQUIRE_VERSION7;
ADS_REQUIRE_VERSION8

Hay que volver a compilar la libreria, o bien dentro del sistema agregar alguna clausula


Desde ya muy agredecido

Saludos
Patricio
User avatar
Patricio Avalos Aguirre
Posts: 1028
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile
Contact:

Post by Patricio Avalos Aguirre »

Me respondo, si alguien tiene otra solucion favor postearla

Al final tuve que reconstruir la libreria nuevamente, pero me salieron unos warning, pero al parecer son solo advertencia que se declaro una variable con un valor y este no fue utilizado o algo parecido

pero me cuasa cuidado la linea Warning W8065 adsfunc.c 189

Code: Select all

MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
	bcc32   -c -O2 -DWIN32;ADS_REQUIRE_VERSION=7.1 -Ic:\harbour\include -o..\..\obj\b32\ads1.obj ads1.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
ads1.c:
Warning W8004 ads1.c 727: 'ulRetVal' is assigned a value that is never used in function adsGoTo
Warning W8004 ads1.c 995: 'u32Result' is assigned a value that is never used in function adsSeek
Warning W8004 ads1.c 2611: 'hConnection' is assigned a value that is never used in function adsOpen
Warning W8004 ads1.c 4109: 'u32RetVal' is assigned a value that is never used in function adsGetValueFile
Warning W8004 ads1.c 4139: 'u32RetVal' is assigned a value that is never used in function adsPutValueFile
Warning W8065 ads1.c 4309: Call to function 'AdsApplicationExit' with no prototype in function adsExit
	tlib ..\..\lib\rddads.lib -+..\..\obj\b32\ads1.obj,,
TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation

	bcc32   -c -O2 -DWIN32;ADS_REQUIRE_VERSION=7.1 -Ic:\harbour\include -o..\..\obj\b32\adsfunc.obj adsfunc.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
adsfunc.c:
Warning W8065 adsfunc.c 189: Call to function 'AdsApplicationExit' with no prototype in function HB_FUN_ADSAPPLICATIONEXIT
Warning W8004 adsfunc.c 2099: 'fDictionary' is assigned a value that is never used in function HB_FUN_ADSCONNECT60
	tlib ..\..\lib\rddads.lib -+..\..\obj\b32\adsfunc.obj,,
TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation

	bcc32   -c -O2 -DWIN32;ADS_REQUIRE_VERSION=7.1 -Ic:\harbour\include -o..\..\obj\b32\adsmgmnt.obj adsmgmnt.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
adsmgmnt.c:
	tlib ..\..\lib\rddads.lib -+..\..\obj\b32\adsmgmnt.obj,,
TLIB 4.5 Copyright (c) 1987, 1999 Inprise Corporation

Saludos
Patricio
Post Reply