FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FWH 9.04 testads complie and runtime error
Posts: 36
Joined: Thu Oct 26, 2006 05:23 PM
FWH 9.04 testads complie and runtime error
Posted: Tue Apr 14, 2009 05:26 AM

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
...

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH 9.04 testads complie and runtime error
Posted: Tue Apr 14, 2009 04:58 PM

Please try these ACE32.lib and DLLs:

http://www.mediafire.com/?sharekey=414c ... eaa7bc68bc

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 36
Joined: Thu Oct 26, 2006 05:23 PM
Re: FWH 9.04 testads complie and runtime error
Posted: Tue Apr 14, 2009 05:55 PM

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

Posts: 36
Joined: Thu Oct 26, 2006 05:23 PM
Re: FWH 9.04 testads complie and runtime error
Posted: Tue Apr 14, 2009 06:31 PM

Fixed!

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

Thanks Antonio

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: FWH 9.04 testads complie and runtime error
Posted: Wed Apr 15, 2009 12:33 AM

Andy,

Very good :-)

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

It is the same one for both of them

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion