If I try to compile testwbrw-sample in FW709 I get the folowing error.
- Code: Select all Expand view RUN
Compiling...
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'testxbrw.prg' and generating preprocessed output to 'testxbrw.ppo'...
Lines 713, Functions/Procedures 22
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 C:\FWH\FWH709\SAMPLES\TESTXBRW
.OBJ
Error: Unresolved external '_HB_FUN_ADSSETFILETYPE' referenced from C:\FWH\FWH709\SAMPLES\TESTXBRW.O
BJ
Error: Unresolved external '_HB_FUN_ADSKEYCOUNT' referenced from C:\FWH\FWH709\SAMPLES\TESTXBRW.OBJ
Error: Unresolved external '_HB_FUN_ADSGETRELKEYPOS' referenced from C:\FWH\FWH709\SAMPLES\TESTXBRW.
OBJ
Error: Unresolved external '_HB_FUN_ADSSETRELKEYPOS' referenced from C:\FWH\FWH709\SAMPLES\TESTXBRW.
OBJ
Error: Unresolved external '_HB_FUN_ADS' referenced from C:\FWH\FWH709\SAMPLES\TESTXBRW.OBJ
* There are errors
Regards,
Marc