Page 1 of 1

testxbrw error

PostPosted: Fri Mar 10, 2006 6:06 am
by Ehab Samir Aziz
Compiling...
Harbour Compiler Alpha build 45.0 (Flex)
Copyright 1999-2005, http://www.harbour-project.org/
Compiling 'testxbrw.prg' and generating preprocessed output to 'testxbrw.ppo'...

100
300
400
Lines 689, Functions/Procedures 21
Generating C source output to 'testxbrw.c'... Done.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
testxbrw.c:
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN_ADSSETSERVERTYPE' referenced from E:\PROGRAMS\CLIPPER\FWH\SAMPLES\TESTXBRW.OBJ
Error: Unresolved external '_HB_FUN_ADSSETFILETYPE' referenced from E:\PROGRAMS\CLIPPER\FWH\SAMPLES\TESTXBRW.OBJ
Error: Unresolved external '_HB_FUN_ADSKEYCOUNT' referenced from E:\PROGRAMS\CLIPPER\FWH\SAMPLES\TESTXBRW.OBJ
Error: Unresolved external '_HB_FUN_ADSGETRELKEYPOS' referenced from E:\PROGRAMS\CLIPPER\FWH\SAMPLES\TESTXBRW.OBJ
Error: Unresolved external '_HB_FUN_ADSSETRELKEYPOS' referenced from E:\PROGRAMS\CLIPPER\FWH\SAMPLES\TESTXBRW.OBJ
Error: Unresolved external '_HB_FUN_ADS' referenced from E:\PROGRAMS\CLIPPER\FWH\SAMPLES\TESTXBRW.OBJ
* There are errors

PostPosted: Fri Mar 10, 2006 7:20 am
by Antonio Linares
That sample is using ADS local RDD. You need to link this library too: ads32.lib

In order to use the right one, please do:

implib.exe ads32.lib ads32.dll

PostPosted: Fri Mar 10, 2006 8:36 am
by Ehab Samir Aziz
I may switch adsloc32.dll instead of ads32.dll becuase I did not find ads32.dll ?
I should open the line :
echo %hdir%\lib\rddads.lib + >> b32.bc

PostPosted: Fri Mar 10, 2006 9:05 am
by Antonio Linares
yes, right.