FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour RddLeto.lib's component hbip.c compilation problems
Posts: 654
Joined: Fri Oct 21, 2005 05:54 AM
RddLeto.lib's component hbip.c compilation problems
Posted: Mon Jun 02, 2008 04:53 AM
Hi

Does anybody has compiled RddLeto.Lib ?

I am getting the following errors when I tried to compile bhip.c.

MAKE Version 5.2  Copyright (c) 1987, 2000 Borland
	bcc32 -c -Iinclude;C:\XHARBOUR\include -d   -tWM -D__WIN32__ -D__WIN_DAEMON__  -oobj\b32\hbip.obj source\common\hbip.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
source\common\hbip.c:
Error E2451 source\common\hbip.c 699: Undefined symbol 'hb_errFuncName' in function HB_FUN_HB_IPRECV
Error E2451 source\common\hbip.c 715: Undefined symbol 'hb_errFuncName' in function HB_FUN_HB_IPRECVREADY
Error E2451 source\common\hbip.c 731: Undefined symbol 'hb_errFuncName' in function HB_FUN_HB_IPSEND
Error E2451 source\common\hbip.c 746: Undefined symbol 'hb_errFuncName' in function HB_FUN_HB_IPSENDALL
Error E2451 source\common\hbip.c 763: Undefined symbol 'hb_errFuncName' in function HB_FUN_HB_IPSERVER
Error E2451 source\common\hbip.c 788: Undefined symbol 'hb_errFuncName' in function HB_FUN_HB_IPACCEPT
Error E2451 source\common\hbip.c 822: Undefined symbol 'hb_errFuncName' in function HB_FUN_HB_IPCONNECT
Error E2451 source\common\hbip.c 837: Undefined symbol 'hb_errFuncName' in function HB_FUN_HB_IPDATAREADY
Error E2451 source\common\hbip.c 862: Undefined symbol 'hb_errFuncName' in function HB_FUN_HB_IPCLOSE
*** 9 errors in Compile ***

** error 1 ** deleting obj\b32\hbip.obj



- Ramesh Babu P
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
RddLeto.lib's component hbip.c compilation problems
Posted: Mon Jun 02, 2008 07:53 AM

Ramesh,

Are you using the most recent xHarbour build that we have published ?

char hb_errFuncName = 0;

is defined in xharbour\source\vm\errorapi.c

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 654
Joined: Fri Oct 21, 2005 05:54 AM
RddLeto.lib's component hbip.c compilation problems
Posted: Mon Jun 02, 2008 10:35 AM
Mr.Antonio

Thanks for your reply,

I am using xHarbour 0.99.71 (Simplex)

where should I put this declaration

char hb_errFuncName = 0;


- Ramesh Babu P
Posts: 1286
Joined: Mon Feb 25, 2008 02:54 PM
RddLeto.lib's component hbip.c compilation problems
Posted: Mon Jun 02, 2008 11:04 AM

Antonio i use xharb 1.1 + fwh 8.02 - preciso colocar esta declaração?

ubiratanmga@gmail.com

FWH24.04
BCC7.3
HARBOUR3.2
xMate
Pelles´C
TDolphin

Continue the discussion