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 ...
New Version of FiveWin 20.02
-
- Posts: 388
- Joined: Sun Nov 06, 2005 3:55 pm
- Location: Southern California, USA
- Contact:
- nageswaragunupudi
- Posts: 10721
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 8 times
- Contact:
Re: New Version of FiveWin 20.02
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
G. N. Rao.
Hyderabad, India
-
- Posts: 388
- Joined: Sun Nov 06, 2005 3:55 pm
- Location: Southern California, USA
- Contact:
Re: New Version of FiveWin 20.02
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,
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
Byron Hopp
Matrix Computer Services
-
- Posts: 388
- Joined: Sun Nov 06, 2005 3:55 pm
- Location: Southern California, USA
- Contact:
Re: New Version of FiveWin 20.02
All is good now,
Thanks again...
Thanks again...
Thanks,
Byron Hopp
Matrix Computer Services
Byron Hopp
Matrix Computer Services