Page 1 of 1

New Version of FiveWin 20.02

PostPosted: Thu Mar 31, 2022 8:18 pm
by byron.hopp
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 ...

Re: New Version of FiveWin 20.02

PostPosted: Fri Apr 01, 2022 6:58 am
by nageswaragunupudi
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:


If you purchased just now, the version is FWH21.11, but not FWH20.02.
You have to refer to buildh.bat not build.bat

Re: New Version of FiveWin 20.02

PostPosted: Fri Apr 01, 2022 6:25 pm
by byron.hopp
Mr. Rao,

You are absolutely right. I do have 21.11, I must have had and old version lurking around my local drive. Let me try it again and see what happened.

Thank you,

Re: New Version of FiveWin 20.02

PostPosted: Fri Apr 01, 2022 7:02 pm
by byron.hopp
All is good now,
Thanks again...