From: Alejandro de G. <ale...@ho...> - 2020-06-03 19:06:04
|
Hi guys Yesterday I download borland binaries (hwgui-2.22-b4.bcc.zip) from SF. No prg can't be compiled to exe. Below is a capture of errors. Has passed a few years from last time I used HWG, maybe I lost my skills... Error it's a bit specific, so seems like hbapi.h or another include file is missing from source (??) Could you check it out? TIA --- Alejandro ----------------------------------------------------------------------------------------- D:\hwgui22\samples>BLD HELLO Harbour 3.0.0 (Rev. 16951) Copyright (c) 1999-2011, http://harbour-project.org/ Compiling 'HELLO.prg'... Lines 3616, Functions/Procedures 3 Generating C source output to 'HELLO.c'... Done. Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland hello.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_extIsNil' referenced from D:\HWGUI22\LIB\HWGUI.L IB|window Error: Unresolved external '_hb_itemEqual' referenced from D:\HWGUI22\LIB\HWGUI. LIB|drawtext |