FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour New Version of FiveWin 20.02
Posts: 408
Joined: Sun Nov 06, 2005 03:55 PM
New Version of FiveWin 20.02
Posted: Thu Mar 31, 2022 08:18 PM

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 ...

Thanks,

Byron Hopp

Matrix Computer Services
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: New Version of FiveWin 20.02
Posted: Fri Apr 01, 2022 06:58 AM
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
Regards



G. N. Rao.

Hyderabad, India
Posts: 408
Joined: Sun Nov 06, 2005 03:55 PM
Re: New Version of FiveWin 20.02
Posted: Fri Apr 01, 2022 06:25 PM

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,

Thanks,

Byron Hopp

Matrix Computer Services
Posts: 408
Joined: Sun Nov 06, 2005 03:55 PM
Re: New Version of FiveWin 20.02
Posted: Fri Apr 01, 2022 07:02 PM

All is good now,
Thanks again...

Thanks,

Byron Hopp

Matrix Computer Services

Continue the discussion