New FWH 13.05
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 13.05
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
Robb
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 13.05
Already updated, thanks for the reminder!
Re: New FWH 13.05
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.
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. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: New FWH 13.05
Antonio,
Some notes:
1. You forgot to put in dialog.prg my suggestion regarding cCaption:
replace
with
(there are two places to change).
2. I notice in dialog.ch a new parameter <(oDlg)> passed to TDialog():New() but there are no new parameters for New() method in dialog.prg.
EMG
Some notes:
1. You forgot to put in dialog.prg my suggestion regarding cCaption:
replace
Code: Select all
::cCaption = If( cCaption != nil, SubStr( cCaption, 1, Min( Len( cCaption ), 140 ) ), nil )
Code: Select all
::cCaption = If( cCaption != nil, Left( cCaption, 140 ), nil )
2. I notice in dialog.ch a new parameter <(oDlg)> passed to TDialog():New() but there are no new parameters for New() method in dialog.prg.
EMG
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: New FWH 13.05
Antonio,
Sorry, forget the point 2. I compared the wrong files...
EMG
Sorry, forget the point 2. I compared the wrong files...
EMG
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: New FWH 13.05
I confirm this problem.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.
EMG
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: New FWH 13.05
I temporary pacified the error message defining a function
Is it correct or can I have side effects with my applications?
EMG
Code: Select all
FUNCTION NOTIFY; RETURN NIL
EMG
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: New FWH 13.05
We have published revised versions of FWH and FWH64 13.05
They should be available in 15 mins from now
They should be available in 15 mins from now
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: New FWH 13.05
Thank you Master!
I'm going to test it.
EMG
I'm going to test it.
EMG
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: New FWH 13.05
Downloaded the revised build and is working well.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- Enrico Maria Giordano
- Posts: 7355
- Joined: Thu Oct 06, 2005 8:17 pm
- Location: Roma - Italia
- Contact:
Re: New FWH 13.05
Antonio,
Thanks a lot for the quick service.
Thanks a lot for the quick service.
Regards,
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
Re: Little corrections on new FWH 13.05
In fivewin.ch the version is the old one:
.... #define FWVERSION "FWH 13.04" ...
In print.ch:
#xcommand PRINT ...... FILE
#xcommand PRINTER (FILE is missing)
.... #define FWVERSION "FWH 13.04" ...
In print.ch:
#xcommand PRINT ...... FILE
#xcommand PRINTER (FILE is missing)
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: