by ukoenig » Sat Apr 03, 2021 7:45 am
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
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.