FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FW709 TESTXBRW-sample
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
FW709 TESTXBRW-sample
Posted: Fri Sep 14, 2007 08:06 AM
Hi,

If I try to compile testwbrw-sample in FW709 I get the folowing error.

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
Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Posts: 167
Joined: Thu Mar 22, 2007 11:24 AM
FW709 TESTXBRW-sample
Posted: Fri Sep 14, 2007 08:41 AM

Maybe ADS was defined ?

See :

ifdef ADS

.....

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
FW709 TESTXBRW-sample
Posted: Fri Sep 14, 2007 08:51 AM

Marc,

Here it is building and working fine

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
FW709 TESTXBRW-sample
Posted: Fri Sep 14, 2007 09:55 AM

The problem is that testxbrw use REQUEST ADS.
If I uncomment de 2 lines needed for ADS, I get the error ACE32.LIB not found. Where can I find this lib?

Thanks,
Marc

Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
FW709 TESTXBRW-sample
Posted: Fri Sep 14, 2007 09:58 AM

Marc,

implib.exe ACE32.LIB ACE32.DLL

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1195
Joined: Mon Oct 17, 2005 05:41 AM
FW709 TESTXBRW-sample
Posted: Fri Sep 14, 2007 10:08 AM

Thanks Antonio,

It's working fine now.

Marc

Regards,

Marc



FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite

Continue the discussion