Page 1 of 1

FWH 9.04 testads complie and runtime error

PostPosted: Tue Apr 14, 2009 5:26 am
by arpipeline
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
...

Re: FWH 9.04 testads complie and runtime error

PostPosted: Tue Apr 14, 2009 4:58 pm
by Antonio Linares
Please try these ACE32.lib and DLLs:
http://www.mediafire.com/?sharekey=414c ... eaa7bc68bc

Re: FWH 9.04 testads complie and runtime error

PostPosted: Tue Apr 14, 2009 5:55 pm
by arpipeline
With both xHarbour and Harbour I now get:

Error: Unresolved external '_HB_FUN_ADSSETSERVERTYPE' referenced from C:\FWH\SAMPLES\TESTADS.OBJ
Error: Unresolved external '_HB_FUN_ADSSETFILETYPE' referenced from C:\FWH\SAMPLES\TESTADS.OBJ
Error: Unresolved external '_HB_FUN_ADS' referenced from C:\FWH\SAMPLES\TESTADS.OBJ

Was the LIB file in the download for xHarbour or Harbour?

Thanks,

Andy

Re: FWH 9.04 testads complie and runtime error

PostPosted: Tue Apr 14, 2009 6:31 pm
by arpipeline
Fixed!

I reinstalled FWH and forgot to un REM the two ADS libs from the build BATs.

Thanks Antonio

Re: FWH 9.04 testads complie and runtime error

PostPosted: Wed Apr 15, 2009 12:33 am
by Antonio Linares
Andy,

Very good :-)

> Was the LIB file in the download for xHarbour or Harbour?

It is the same one for both of them