I have some problems with Harbour *and* xHarbour ADS tests...
1) xHarbour Run of TESTADS:
Dialog box "The ordinal 468 could not be located in the dynamic link library ACE32.DLL"
2) Harbour Complie of TESTADS:
Compiling...
Harbour 1.1.0dev (Rev. 10434)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'testads.prg' and generating preprocessed output to 'testads.ppo'...
Lines 3957, Functions/Procedures 1
Generating C source output to 'testads.c'... Done.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
testads.c:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external 'AdsSetServerType' referenced from C:\HARBOUR\LIB\RDDADS.LIB|adsfunc
Error: Unresolved external 'AdsGetDateFormat' referenced from C:\HARBOUR\LIB\RDDADS.LIB|adsfunc
Error: Unresolved external 'AdsSetDateFormat' referenced from C:\HARBOUR\LIB\RDDADS.LIB|adsfunc
Error: Unresolved external 'AdsGetEpoch' referenced from C:\HARBOUR\LIB\RDDADS.LIB|adsfunc
Error: Unresolved external 'AdsSetEpoch' referenced from C:\HARBOUR\LIB\RDDADS.LIB|adsfunc
Error: Unresolved external 'AdsApplicationExit' referenced from C:\HARBOUR\LIB\RDDADS.LIB|adsfunc
Error: Unresolved external 'AdsIsServerLoaded' referenced from C:\HARBOUR\LIB\RDDADS.LIB|adsfunc
Error: Unresolved external 'AdsUnlockRecord' referenced from C:\HARBOUR\LIB\RDDADS.LIB|adsfunc
Error: Unresolved external 'AdsGetTableConnection' referenced from C:\HARBOUR\LIB\RDDADS.LIB|adsfunc
...