Hi,
I installed what looks like 21.02, but the main INCLUDE file still says it's 20.08.
Fivewin.ch still says version FWH 20.08
Re: Fivewin.ch still says version FWH 20.08
Hello FWExplorer,
,
I couldn't find anything wrong
maybe You installed inside a wrong directory
after the install You can check the file < whatsnew.txt > as well
On top it looks like :
February 2021
=============
* Fix: FW_ReadImage() and FW_DrawImage() functions(fwh\source\imgtxtio.prg)
These function are failing when a memo field containing image data is
directly provided as paramter. It was necessary to first assign the field
value to another variable and then call these functions. Fixed now.
...
...
The top of the include file looks like
/*
!short: FiveWin main Header File */
#ifndef _FIVEWIN_CH
#define _FIVEWIN_CH
#define FWCOPYRIGHT "(c) FiveTech Software, 1993-2019" //
2021 maybe to be adjusted
#define FWVERSION "FWH 21.02"
#define FW_VersionNo 21020
...
...
regards
Uwe
,
I couldn't find anything wrong
maybe You installed inside a wrong directory

after the install You can check the file < whatsnew.txt > as well
On top it looks like :
February 2021
=============
* Fix: FW_ReadImage() and FW_DrawImage() functions(fwh\source\imgtxtio.prg)
These function are failing when a memo field containing image data is
directly provided as paramter. It was necessary to first assign the field
value to another variable and then call these functions. Fixed now.
...
...
The top of the include file looks like
/*
!short: FiveWin main Header File */
#ifndef _FIVEWIN_CH
#define _FIVEWIN_CH
#define FWCOPYRIGHT "(c) FiveTech Software, 1993-2019" //

#define FWVERSION "FWH 21.02"

#define FW_VersionNo 21020

...
...
regards
Uwe

Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
i work with FW.
If you have any questions about special functions, maybe i can help.
-
- Posts: 100
- Joined: Fri Aug 09, 2013 12:43 am
Re: Fivewin.ch still says version FWH 20.08
I know what happened. I had only the Fw64 installer. But after running it, I was looking in c:\fwh, not c:\fwh64.
- Antonio Linares
- Site Admin
- Posts: 42604
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 46 times
- Been thanked: 88 times
- Contact:
Re: Fivewin.ch still says version FWH 20.08
Current available FWH version is 21.02 revised 01 (there has been one revision after publishing it)