Does anybody has compiled RddLeto.Lib ?
I am getting the following errors when I tried to compile bhip.c.
- Code: Select all Expand view
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