Search found 69 matches: ads1

Return to advanced search

Re: link error

i move to bcc77 , 32 bits, now i get: Error: Unresolved external '__streams' referenced from \XHARBOUR32\LIB\RDDADS.LIB|ads1 Error: Unable to perform link can i use the same tip? void _streams() {} Yes, you can try it. this is affect my appl? It should not. someone have rddads and ...
by Enrico Maria Giordano
Wed Feb 14, 2024 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 419

Re: link error

thanks for reply. i move to bcc77 , 32 bits, now i get: Error: Unresolved external '__streams' referenced from \XHARBOUR32\LIB\RDDADS.LIB|ads1 Error: Unable to perform link can i use the same tip? void _streams() {} this is affect my appl? someone have rddads and ace32 compiled with last harbour ...
by NWKL
Wed Feb 14, 2024 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 419

Re: mod_harbour + ADS on linux server

... 6. copy ace.h from above step into harbour/contrib/rddads 7. Manually compile each C file this way: gcc -c -fPIC -I../../include ads1.c gcc -c -fPIC -I../../include adsfunc.c gcc -c -fPIC -I../../include adsmgmnt.c gcc -c -fPIC -I../../include adsx.c 8. to build the librddads.a ...
by Antonio Linares
Thu Dec 01, 2022 10:17 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 30465

Con la duda aun, Harbour 3.0.0 ó 3.2.0?

... referenced from I:\HARBOUR\LIB\RDDADS.LIB|adsfunc Error: Unresolved external 'AdsSetDecimals' referenced from I:\HARBOUR\LIB\RDDADS.LIB|ads1 Error: Unresolved external 'AdsGetErrorString' referenced from I:\HARBOUR\LIB\RDDADS.LIB|ads1 Error: Unresolved external 'AdsAtBOF' referenced ...
by noe aburto
Tue Aug 25, 2020 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Con la duda aun, Harbour 3.0.0 ó 3.2.0?
Replies: 2
Views: 715

Re: XBrowse with ADT Free Table

... ace32.dll, adsloc32.dll, and axcws32.dll are from AceSDK ver 8.1. ace32.lib was built from ace32.dll of AceSDK Ver 8.1 rddads.lib was built from ads1.c, adsfunc.c, and adsmgmnt.c of xHarbour 1.2.3 rev 10205 contrib folder. Do I need to find a specific previous version of xHarbour contrib rddads ...
by teddydjohan
Sat Sep 09, 2017 2:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse with ADT Free Table
Replies: 8
Views: 1692

XBrowse with ADT Free Table

... command implib ace32.lib ace32.dll . Copy ace32.lib to xHarbour lib folder Downloaded the xHarbour10205 contrib folder from whosaway.com. Compile ads1.c adsfunc.c and adsmgmnt.c. Built rddads.lib using this command tlib rddads.lib +ads1.obj +adsfunc.obj +adsmgmnt.obj . Copy rddads.lib to xHarbour ...
by teddydjohan
Thu Sep 07, 2017 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse with ADT Free Table
Replies: 8
Views: 1692

Re: Need help on xharbour and ADT table connection

... specific folder in my PC? If so, where should I put them? You can put this files in your folder's project, with the .exe application There are ads1.c, adsfunc.c, adsmgmnt.c, adsx.c, rddads.h, rddads.hbc, rddads.hbp, rddads.hbx files in Harbour GitHub contrib\rddads folder. Do I need those files? ...
by Marcelo Via Giglio
Mon Sep 04, 2017 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need help on xharbour and ADT table connection
Replies: 1
Views: 598

Need help on xharbour and ADT table connection

... files in the ACE SDK Redistribute folder. Do I need to place those files into specific folder in my PC? If so, where should I put them? There are ads1.c, adsfunc.c, adsmgmnt.c, adsx.c, rddads.h, rddads.hbc, rddads.hbp, rddads.hbx files in Harbour GitHub contrib\rddads folder. Do I need those files? ...
by teddydjohan
Mon Sep 04, 2017 4:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need help on xharbour and ADT table connection
Replies: 1
Views: 598

Re: Estos warning sin importantes?RESUELTO

Antonio: en la creación de la lib el parámetro es -+ 'ads1' -+ 'adsfunc' -+ 'adsmgmnt' -+ 'adsx' . Lo que significa que saque esos archivo y agregue los nuevos. Como la lib esta vacía no los encuentra y solo agrega los nuevos. No lo probé, pero solo ...
by D.Fernandez
Fri Aug 25, 2017 8:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Estos warning sin importantes?RESUELTO
Replies: 4
Views: 712

Libreria rddads

... y compilo con borland BCC582, quiero general la libreria Rddads, he bajado de un link pasado por el sr. Linares en este Foro, los archivos Ads1.c, AdsFunc.c, Adsmgmnt.c, y adsx.c, he tratado de generar la libreria pero me arroja errores en el archivo de cabecera rddads.h, utilizo la version ...
by CarlosFossati
Thu Sep 22, 2016 12:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Libreria rddads
Replies: 4
Views: 1235

compilando RDDADS de contrib error HB_UNCONST (RESUELTO)

... pero me sele este error HB_UNCONST D:\APL\PRGS\ADS\bc7>c:\borland\bcc7\bin\bcc32 -c -tWM -Ic:\hb32\include -ID:\APL\PRGS\ADS\bc7 ads1.c Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. ads1.c: Warning W8065 ads1.c 90: Call to function 'HB_UNCONST' ...
by Patricio Avalos Aguirre
Tue Feb 09, 2016 4:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: compilando RDDADS de contrib error HB_UNCONST (RESUELTO)
Replies: 4
Views: 740

Re: libreria para ADS rddads.lib

... 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 ...
by Patricio Avalos Aguirre
Tue Oct 27, 2015 12:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: libreria para ADS rddads.lib (SOLUCIONADO)
Replies: 2
Views: 595

Re: Files Needed - ADS / Harbour / MSVC 2013

... Visual Studio 12.0\VC\vcvarsall.bat" "%VCINSTALLDIR%"bin\cl -TP -W3 -c /GS- /I%hdir%\include /GA ads1.c "%VCINSTALLDIR%"bin\cl -TP -W3 -c /GS- /I%hdir%\include /GA adsfunc.c "%VCINSTALLDIR%"bin\cl -TP -W3 -c /GS- /I%hdir%\include ...
by Antonio Linares
Thu Oct 22, 2015 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Files Needed - ADS / Harbour / MSVC 2013 (and FiveWeb info)
Replies: 25
Views: 4186

Re: Connect to Advantage Database

... I suspect that -as far as ADS RDDs is concern- all you have to do is include the source .c files in your compile script. That is adsfunc.c, ads1.c, ace32.c. Then make sure you have the appropriate ADS shared objects installed on the target client (Linux) workstation. It should be that simple. ...
by reinaldocrespo
Fri Aug 07, 2015 1:57 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Connect to Advantage Database
Replies: 31
Views: 10884

Re: ace32.lib y rddads.lib con ads 11.1

Foro muy buenas He podido encontrar en [url]harbour-core-rddads_h at master · vszakats-harbour-core · GitHub.htm[/url], las siguientes funciones: ads1.c adsfunc.c adsmgmnt.c adsx.c ace.h rddads.h Intento construir la librería rddads.lib, pero al compilar ads1.c me arroja el siguiente error: ads1.c: ...
by J. Ernesto
Mon Apr 20, 2015 4:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ace32.lib y rddads.lib con ads 11.1 una parte de la solucion
Replies: 11
Views: 1907
Next

Return to advanced search