The FWH64 installer is labeled 13.05 on the download page, but the installer is still 13.04. Any chance this can be updated today?
Robb
The FWH64 installer is labeled 13.05 on the download page, but the installer is still 13.04. Any chance this can be updated today?
Robb
Already updated, thanks for the reminder! ![]()
Antonio,
I recompiled and relinked my applications with FWH 13.05.
But I got this error :
"Unresolved external symbol: '_HB_FUN_NOTIFY referenced from FiveHMX.lib(Window.obj)'."
Any idea ?
Thanks.
Regards,
Michel D.
Genk (Belgium)
I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773
::cCaption  = If( cCaption != nil, SubStr( cCaption, 1, Min( Len( cCaption ), 140 ) ), nil )::cCaption  = If( cCaption != nil, Left( cCaption, 140 ), nil )Antonio,
Sorry, forget the point 2. I compared the wrong files... ![]()
EMG
driessen wrote:Antonio,
I recompiled and relinked my applications with FWH 13.05.
But I got this error :
"Unresolved external symbol: '_HB_FUN_NOTIFY referenced from FiveHMX.lib(Window.obj)'."
Any idea ?
Thanks.
FUNCTION NOTIFY; RETURN NILWe have published revised versions of FWH and FWH64 13.05
They should be available in 15 mins from now ![]()
Thank you Master! ![]()
I'm going to test it.
EMG
Downloaded the revised build and is working well.
I confirm. ![]()
EMG
Antonio,
Thanks a lot for the quick service.
Regards,
Michel D.
Genk (Belgium)
I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773
In fivewin.ch the version is the old one:
.... #define FWVERSION "FWH 13.04" ...
In print.ch:
Fixed, thanks! ![]()