FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour New FWH 13.05
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

New FWH 13.05

Posted: Wed Jun 05, 2013 03:10 PM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 195
Joined: Sun Jul 22, 2012 07:01 PM

Re: New FWH 13.05

Posted: Wed Jun 05, 2013 04:35 PM

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

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: New FWH 13.05

Posted: Wed Jun 05, 2013 04:57 PM

Already updated, thanks for the reminder! :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM

Re: New FWH 13.05

Posted: Thu Jun 06, 2013 08:49 AM

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

Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM

Re: New FWH 13.05

Posted: Thu Jun 06, 2013 09:01 AM
Antonio,

Some notes:

1. You forgot to put in dialog.prg my suggestion regarding cCaption:

replace

Code (fw): Select all Collapse
::cCaption  = If( cCaption != nil, SubStr( cCaption, 1, Min( Len( cCaption ), 140 ) ), nil )


with

Code (fw): Select all Collapse
::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
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM

Re: New FWH 13.05

Posted: Thu Jun 06, 2013 09:07 AM

Antonio,

Sorry, forget the point 2. I compared the wrong files... :-(

EMG

Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM

Re: New FWH 13.05

Posted: Thu Jun 06, 2013 09:13 AM
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
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM

Re: New FWH 13.05

Posted: Thu Jun 06, 2013 09:24 AM
I temporary pacified the error message defining a function

Code (fw): Select all Collapse
FUNCTION NOTIFY; RETURN NIL


Is it correct or can I have side effects with my applications?

EMG
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: New FWH 13.05

Posted: Thu Jun 06, 2013 10:22 AM

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
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM

Re: New FWH 13.05

Posted: Thu Jun 06, 2013 11:34 AM

Thank you Master! :-)

I'm going to test it.

EMG

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM

Re: New FWH 13.05

Posted: Thu Jun 06, 2013 12:12 PM

Downloaded the revised build and is working well.

Regards



G. N. Rao.

Hyderabad, India
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM

Re: New FWH 13.05

Posted: Thu Jun 06, 2013 12:30 PM

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

Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM

Re: Little corrections on new FWH 13.05

Posted: Thu Jun 06, 2013 01:10 PM

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
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: New FWH 13.05

Posted: Thu Jun 06, 2013 06:06 PM

Fixed, thanks! :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com