New FWH 13.05

User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

New FWH 13.05

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
rhlawek
Posts: 165
Joined: Sun Jul 22, 2012 7:01 pm

Re: New FWH 13.05

Post by rhlawek »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 13.05

Post by Antonio Linares »

Already updated, thanks for the reminder! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: New FWH 13.05

Post by driessen »

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. 21.01 - Harbour 3.2.0 (October 2020) - xHarbour Builder (January 2020) - Bcc7
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: New FWH 13.05

Post by Enrico Maria Giordano »

Antonio,

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 )
with

Code: Select all

::cCaption  = If( cCaption != nil, Left( cCaption, 140 ), nil )
(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
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: New FWH 13.05

Post by Enrico Maria Giordano »

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.
I confirm this problem. :-(

EMG
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: New FWH 13.05

Post by Enrico Maria Giordano »

I temporary pacified the error message defining a function

Code: Select all

FUNCTION NOTIFY; RETURN NIL
Is it correct or can I have side effects with my applications?

EMG
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 13.05

Post by Antonio Linares »

We have published revised versions of FWH and FWH64 13.05

They should be available in 15 mins from now :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
nageswaragunupudi
Posts: 8017
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Contact:

Re: New FWH 13.05

Post by nageswaragunupudi »

Downloaded the revised build and is working well.
Regards

G. N. Rao.
Hyderabad, India
User avatar
driessen
Posts: 1239
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: New FWH 13.05

Post by driessen »

Antonio,

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
User avatar
byte-one
Posts: 1048
Joined: Mon Oct 24, 2005 9:54 am
Location: Austria
Contact:

Re: Little corrections on new FWH 13.05

Post by byte-one »

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)
Regards,
Günther
---------------------------------
office@byte-one.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: New FWH 13.05

Post by Antonio Linares »

Fixed, thanks! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply