Search found 66 matches: adssetservertype

Return to advanced search

Re: harbour/xharbour appear ADS functions error

With ads.ch and linking rddads.lib I have no unresolved externals. Can I see the batch are you using to compile? I use FWH\samples\Buildx.bat and Buildh.bat Did you uncomment this line? rem echo %hdir%\lib\rddads.lib + >> b32.bc Yes, some error below: Turbo Incremental Link 6.97 Copyright (c)...
by richard-service
Wed Apr 03, 2024 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8426

Re: harbour/xharbour appear ADS functions error

... Embarcadero Technologies, Inc. Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external 'AdsSetServerType' referenced from S:\SETTOOL32\HARBOUR\LIB\RDDADS.LIB|adsfunc Error: Unresolved external 'AdsGetDateFormat' referenced from S:\SETTOOL32\HARBOUR\LIB\RDDADS.LIB|adsfunc ...
by Enrico Maria Giordano
Wed Apr 03, 2024 12:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8426

Re: harbour/xharbour appear ADS functions error

... Technologies, Inc. testads.c: Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external 'AdsSetServerType' referenced from S:\SETTOOL32\HARBOUR\LIB\WIN\BCC\RDDADS.LIB|adsfunc Error: Unresolved external 'AdsGetDateFormat' referenced from ...
by richard-service
Wed Apr 03, 2024 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8426

harbour/xharbour appear ADS functions error-SOLVED

... Embarcadero Technologies, Inc. Turbo Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc. Error: Unresolved external 'AdsSetServerType' referenced from S:\SETTOOL32\HARBOUR\LIB\RDDADS.LIB|adsfunc Error: Unresolved external 'AdsGetDateFormat' referenced from S:\SETTOOL32\HARBOUR\LIB\RDDADS.LIB|adsfunc ...
by richard-service
Tue Apr 02, 2024 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8426

mod_harbour + ADS on linux server

... a libharbour.so specific to use with ADS? By the way, the error shown by the application is this: Error: Unknown or unregistered symbol operation: ADSSETSERVERTYPE called from: HB_HRBLOAD, line: 0 called from: ../source/exec.prg, LOADHRB, line: 167 called from: ../source/exec.prg, (b)REPLACEBLOCKS, ...
by berpa
Wed Nov 30, 2022 7:51 am
 
Forum: mod_harbour
Topic: mod_harbour + ADS on linux server
Replies: 39
Views: 31183

Re: OPen files ADT ADI ADM

See fwh\samples\testads.prg and xbradt.prg where i can found ads.ch ? exist a free ads ? Turbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, Inc. Error: Unresolved external '_HB_FUN_ADSSETSERVERTYPE' referenced from C:\WORK\ERRORI\BO_FILE_ADT\OBJ\TEST.OBJ Error: Unresolved...
by Silvio.Falconi
Fri Nov 12, 2021 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OPen files ADT ADI ADM
Replies: 9
Views: 839

Con la duda aun, Harbour 3.0.0 ó 3.2.0?

... solo biene en la Harbour 3.2 al inicio de mi app incluyo: function ActivaRDD() *RDDREGISTER("ADS",1) *RDDSETDEFAULT("ADS") *ADSSETSERVERTYPE(2) *ADSLOCKING(.T.) *ADSRIGHTSCHECK(.F.) RDDREGISTER( "ADS",1 ) HB_LangSelect( "ESWIN" ) HB_SetCodePage( "ESWIN" ...
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: 731

Re: mod_harbour and ADS server

Hola

he bajado el archivo y he pegado los dll en C:\xampp\apache\bin

ace64.dll
ace64.lib
axcws64.dll
Ads.ini

pero aun recibo el error

Error: Unknown or unregistered symbol
operation: ADSSETSERVERTYPE
called from: HB_HRBLOAD, line: 0
called from: ..\source\exec.prg, EXECUTE, line: 70

Source:
by Patricio Avalos Aguirre
Mon Jun 15, 2020 2:55 am
 
Forum: mod_harbour
Topic: mod_harbour and ADS server
Replies: 9
Views: 1455

mod_harbour and ADS server

Hello, at the moment samples/ads.prg throws an error: Error: Unknown or unregistered symbol operation: ADSSETSERVERTYPE called from: HB_HRBLOAD, line: 0 called from: ../apache.prg, EXECUTE, line: 143 on both mod_harbour and our testserver. Can we do something about it? Is ...
by Taavi
Fri Apr 10, 2020 4:36 pm
 
Forum: mod_harbour
Topic: mod_harbour and ADS server
Replies: 9
Views: 1455

uso de ADS y DBFCDX ?

... AdsGetRelKeyPos, AdsSetRelKeyPos // --- Activacion de RDD ADS function ActivaRDD() RDDREGISTER("ADS",1) RDDSETDEFAULT("ADS") ADSSETSERVERTYPE(2) ADSLOCKING(.T.) ADSRIGHTSCHECK(.F.) /* request DBFCDX #ifdef __HARBOUR__ request DBFFPT #endif rddSetDefault('DBFCDX') */ return ...
by noe aburto
Wed May 22, 2019 9:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: uso de ADS y DBFCDX ?
Replies: 2
Views: 453

Re: xBrowse error on ADS

... EXTERN ADSSetRelKeyPos EXTERN ADSGetRelKeyPos AdsSetFileType( ADS_ADT ) lOk := .F. RddRegister("Ads", 1) RddSetDefault("Ads") AdsSetServerType ( 1 ) // local lOk = ADSConnect60( cPath, 1, "AdsSys", "",,@hAds) IF lOk dbUseArea(.T., "ADS", "MASTER", ...
by ryugarai27
Sat Sep 08, 2018 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 2736

Re: xBrowse error on ADS

... local cPath := "D:\projects\fwh1706\pos6\LocalDB\POS.add" lOk := .F. RddRegister("ads",1) RddSetDefault("Ads") AdsSetServerType ( 1 ) // local lOk = ADSConnect60( cPath, 1, "", "",,@hAds) IF lOk dbUseArea(.T., "ADS", "MASTER", ...
by ryugarai27
Sat Sep 01, 2018 5:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 2736

Re: Uso de Diccionario de Datos ADS y tablas libres

...      //25 lines by 80 columns console   rddRegister( "ADS", 1 )       rddSetDefault( "ADS" )   adsSetServerType( ADS_LOCAL_SERVER )   //NON-compatible locking mode.  If other NON-ADS clients are going to    //to work on the same tables, ...
by Yessica
Fri Jan 30, 2015 4:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uso de Diccionario de Datos ADS y tablas libres
Replies: 22
Views: 6720

Re: Uso de Diccionario de Datos ADS y tablas libres

... es decir podía usar las dos al mismo tiempo. Ahora que estoy con fwh 14.12 con harbour, me manda un error al intentar abrir la tabla libre. Uso el AdsSetServerType(7), que se supone que es para Local, Remote e Internet y Uso ADTs. la tabla libre la quiero abrir de la siguiente manera: use c:\carpeta1\carpeta2\nomtabla ...
by Yessica
Thu Jan 29, 2015 3:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Uso de Diccionario de Datos ADS y tablas libres
Replies: 22
Views: 6720

Re: ADS and time fields

... ADS,ADSKeyCount,ADSKeyNo,OrdKeyCount,OrdKeyNo, AdsGetRelKeyPos, AdsSetRelKeyPos RddRegister( "ADS", 1 ) RddSetDefault( "ADS" ) adsSetServerType( 1 ) // ó ADS_LOCAL_SERVER //setting up the file types adsSetFileType( ADS_CDX ) // resto de sets AdsRightsCheck( .F. ) SET DELETED ...
by MOISES
Fri Nov 21, 2014 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS and time fields [done]
Replies: 6
Views: 1111
Next

Return to advanced search