Page 1 of 1
OPen files ADT ADI ADM
Posted: Wed Nov 10, 2021 9:51 am
by Silvio.Falconi
How I can open Advantage table Adt,Adi and adm from fivewin ?
Re: OPen files ADT ADI ADM
Posted: Wed Nov 10, 2021 11:21 am
by Antonio Linares
Re: OPen files ADT ADI ADM
Posted: Wed Nov 10, 2021 4:22 pm
by Giovany Vecchi
If you use data dictionary you can use my tAds class which has several features to work with ads+data dictionary.
https://github.com/giovanyvecchi/tAdsGit.git
Re: OPen files ADT ADI ADM
Posted: Thu Nov 11, 2021 8:26 pm
by nageswaragunupudi
See fwh\samples\testads.prg and xbradt.prg
Re: OPen files ADT ADI ADM
Posted: Fri Nov 12, 2021 10:18 am
by Silvio.Falconi
nageswaragunupudi wrote: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 external '_HB_FUN_ADSKEYCOUNT' referenced from C:\WORK\ERRORI\BO_FILE_ADT\OBJ\TEST.OBJ
Error: Unresolved external '_HB_FUN_ADSGETRELKEYPOS' referenced from C:\WORK\ERRORI\BO_FILE_ADT\OBJ\TEST.OBJ
Error: Unresolved external '_HB_FUN_ADSSETRELKEYPOS' referenced from C:\WORK\ERRORI\BO_FILE_ADT\OBJ\TEST.OBJ
Error: Unresolved external '_HB_FUN_ADSKEYNO' referenced from C:\WORK\ERRORI\BO_FILE_ADT\OBJ\TEST.OBJ
Error: Unable to perform link
Re: OPen files ADT ADI ADM
Posted: Fri Nov 12, 2021 10:38 am
by Silvio.Falconi
the software of school have these adt files and use some dll
on this computer I not have advantage installed but the software run
I found the libs
I need ads.ch
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 11/12/21, 11:36:21
Error description: Error BASE/1003 Variable does not exist: ADS_LOCAL_SERVER
Stack Calls
===========
Called from: test.prg => MAIN( 9 )
Re: OPen files ADT ADI ADM
Posted: Fri Nov 12, 2021 11:08 am
by Silvio.Falconi
Someone can help me pls ?

the link to have a evalutation code for 30 days not run
I found serial crack

Re: OPen files ADT ADI ADM
Posted: Fri Nov 12, 2021 11:26 am
by nageswaragunupudi
1. See buildh.bat for the paths for ads.ch and ads libraries
2. ads local is free. The required dlls ( ace32.dll and adsloc32.dll ) are already available in fwh\samples folder.
you do not need anything else.
Re: OPen files ADT ADI ADM
Posted: Fri Nov 12, 2021 11:33 am
by Silvio.Falconi
nageswaragunupudi wrote:1. See buildh.bat for the paths for ads.ch and ads libraries
2. ads local is free. The required dlls ( ace32.dll and adsloc32.dll ) are already available in fwh\samples folder.
you do not need anything else.
>1. See buildh.bat for the paths for ads.ch and ads libraries
I not seeing it
Re: OPen files ADT ADI ADM
Posted: Fri Nov 12, 2021 11:42 am
by Silvio.Falconi
if I made
XBROWSER "Moduli.ADT" FASTEDIT
I see this

xbradt.prg not run here