Page 1 of 1

RddLeto.lib's component hbip.c compilation problems

Posted: Mon Jun 02, 2008 4:53 am
by RAMESHBABU
Hi

Does anybody has compiled RddLeto.Lib ?

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

Code: Select all

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

Posted: Mon Jun 02, 2008 7:53 am
by Antonio Linares
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

Posted: Mon Jun 02, 2008 10:35 am
by RAMESHBABU
Mr.Antonio

Thanks for your reply,

I am using xHarbour 0.99.71 (Simplex)

where should I put this declaration

Code: Select all

char hb_errFuncName = 0; 
- Ramesh Babu P

Posted: Mon Jun 02, 2008 11:04 am
by MGA
Antonio i use xharb 1.1 + fwh 8.02 - preciso colocar esta declaração?