FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour SOLVED: Last character on REDEFINE SAY not displaying..
Posts: 811
Joined: Tue May 06, 2008 04:28 AM

SOLVED: Last character on REDEFINE SAY not displaying..

Posted: Wed Jan 25, 2012 02:11 PM
Dear All,

Having problem with REDEFINE SAY last character on Win7 Ultimate both x86/x64..

Here the RC's screen..



Here is the App's screen..



In windows xp there is no problem.

Im Using FWH 11.05..
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Last character on REDEFINE SAY not displaying with Win7

Posted: Wed Jan 25, 2012 06:22 PM

Frances,

That bug was fixed in 11.05 revised build:

In brushes.c

  - GetWindowText( hWnd, text, iLen );
  + GetWindowText( hWnd, text, iLen + 1 );
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 811
Joined: Tue May 06, 2008 04:28 AM

Re: Last character on REDEFINE SAY not displaying with Win7

Posted: Thu Jan 26, 2012 12:15 AM
Mr. Antonio,

This is weird..

I'm using FWH11.05.. in Windows 7 Professional, it displays correctly..

Here's the screenshot of the same app in Win7 Pro
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 811
Joined: Tue May 06, 2008 04:28 AM

Re: Last character on REDEFINE SAY not displaying with Win7

Posted: Thu Jan 26, 2012 12:19 AM
Antonio Linares wrote:Frances,

That bug was fixed in 11.05 revised build:

In brushes.c

- GetWindowText( hWnd, text, iLen );
+ GetWindowText( hWnd, text, iLen + 1 );




Mr. Antonio,

I cant find brushes.c in my FWH11.05 directory..
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Last character on REDEFINE SAY not displaying with Win7

Posted: Thu Jan 26, 2012 07:29 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 811
Joined: Tue May 06, 2008 04:28 AM

Re: Last character on REDEFINE SAY not displaying with Win7

Posted: Fri Jan 27, 2012 12:16 AM

Dear Mr. Antonio,

I got it working now.

sorry for the confusion.

I re-install my FWH11.05 and recompile all projects..

Thanks!

Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15

Continue the discussion