All, I just purchased a renew and received my copy of FiveWin 20.02 for Harbour. I am using Borland C++ 7.0.
I tried using my mak file and got errors, I modified it based on build.bat and got errors. I replaced it with build.bat and got the following:
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
Turbo Incremental Link 6.72 Copyright (c) 1997-2015 Embarcadero Technologies, Inc.
Error: Unresolved external '_HB_FUN_SETHANDLECOUNT' referenced from E:\DATAFILE\NEWFW\FWTEST.OBJ
Error: Unresolved external '_HB_FUN_TICON' referenced from E:\DATAFILE\NEWFW\FWTEST.OBJ
Error: Unresolved external '_HB_FUN_TMDIFRAME' referenced from E:\DATAFILE\NEWFW\FWTEST.OBJ
Error: Unresolved external '_HB_FUN_TFONT' referenced from E:\DATAFILE\NEWFW\FWTEST.OBJ
Error: Unresolved external '_HB_FUN_TMSGBAR' referenced from E:\DATAFILE\NEWFW\FWTEST.OBJ
Error: Unresolved external '_HB_FUN_FDATE' referenced from E:\DATAFILE\NEWFW\FWTEST.OBJ
Error: Unresolved external '_HB_FUN_GETMODULEFILENAME' referenced from E:\DATAFILE\NEWFW\FWTEST.OBJ
Error: Unresolved external '_HB_FUN_GETINSTANCE' referenced from E:\DATAFILE\NEWFW\FWTEST.OBJ
Error: Unresolved external '_HB_FUN_FTIME' referenced from E:\DATAFILE\NEWFW\FWTEST.OBJ
Error: Unresolved external '_HB_FUN_MSGYESNO' referenced from E:\DATAFILE\NEWFW\FWTEST.OBJ
Error: Unresolved external '_HB_FUN_MENUBEGIN' referenced from E:\DATAFILE\NEWFW\FWTEST.OBJ
Error: Unresolved external '_HB_FUN_MENUADDITEM' referenced from E:\DATAFILE\NEWFW\FWTEST.OBJ
Error: Unresolved external '_HB_FUN_HELLO' referenced from E:\DATAFILE\NEWFW\FWTEST.OBJ
Error: Unresolved external '_HB_FUN_MENUEND' referenced from E:\DATAFILE\NEWFW\FWTEST.OBJ
Error: Unresolved external '_HB_FUN_TBAR' referenced from E:\DATAFILE\NEWFW\FWTEST.OBJ
Error: Unresolved external '_HB_FUN_TBTNBMP' referenced from E:\DATAFILE\NEWFW\FWTEST.OBJ
Error: Unresolved external '_HB_FUN_FW_GT' referenced from E:\DATAFILE\NEWFW\FWTEST.OBJ
Error: Unable to perform link
* Linking errors *
Am I missing a lib, or can they be in the wrong order, the function "Hello" is my issue, but the rest seem like typical FiveWin funcs or classes. I am basically writing the extremely complex 'Hello World" application and I will work my way up from there. My "Hello World" does have an MDI Container.
Thanks Byron ...