FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour gtgui.lib
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
gtgui.lib
Posted: Wed Dec 06, 2006 03:23 PM

Hi Antonio,

I downloadeded the latest release and tried to build testprn2.prg; however I am getting an error stating gtgui.lib is missing. I checked the LIB folders for FWH and xHarbour (Oct2006) and it is misssing. Is the LIB required? If so, where can I download the file?

Thank you,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
gtgui.lib
Posted: Wed Dec 06, 2006 03:26 PM

Hi Antonio,

Also, I am getting invalid OMF record for ACE32.LIB; where can I get the latest version?

Thank you,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
gtgui.lib
Posted: Wed Dec 06, 2006 03:38 PM

Antonio,

I am also getting error linking testprn2.prg; I adding the coding at the top.

// Sample showing how to manage the printer object

include "FiveWin.ch"

pragma BEGINDUMP

include "hbapi.h"

include "hbapiitm.h"

PHB_SYMB hb_dynsymSymbol( PHB_DYNS pDynSym )
{
return pDynSym->pSymbol;
}

pragma ENDDUMP

and I am getting the following error.

Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_dynsymSymbol' referenced from C:\FWH\LIB\FIVEHC.LIB|HARBOURC
Error: Unresolved external '_hb_objHasMessage' referenced from C:\FWH\LIB\FIVEHC.LIB|FFDLGPRC
Error: Unresolved external '_HB_FUN___CLSCNTCLASSES' referenced from C:\FWH\LIB\FIVEHX.LIB|ERRSYSW

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
gtgui.lib
Posted: Wed Dec 06, 2006 04:10 PM

Antonio,

Sorry, I downloaded xHarbour from FWH and it corrected the problems below.

However, the page counter on print preview is not working.

Thank you,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
gtgui.lib
Posted: Wed Dec 06, 2006 04:19 PM

Darrell,

Please test samples\TestPrn2.prg and check if it works fine, thanks.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
gtgui.lib
Posted: Wed Dec 06, 2006 04:25 PM

Antonio,

It does not work. I am sending an email to you with screen shots.

Regards,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
gtgui.lib
Posted: Wed Dec 06, 2006 07:28 PM

Darrell,

Fixed. It was not working on non XP themed apps.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
gtgui.lib
Posted: Thu Dec 07, 2006 06:04 AM

Hi Antonio,

I am having a problem with :Refresh(); it initializes but does not refresh.

cText := "1"
oText:Refresh() ===> 1

cText := "2"
oText:Refresh() ===> still shows 1

Regards,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 1096
Joined: Fri Oct 28, 2005 02:27 AM
gtgui.lib
Posted: Thu Dec 07, 2006 07:09 AM

Antonio,
How to fix this bug? It's also occuring on Win98.

Thanks

--
xHB0.99.61 + FWH 2.8 Nov

FWH 11.08/FWH 19.12

BCC5.82/BCC7.3

xHarbour/Harbour
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
gtgui.lib
Posted: Thu Dec 07, 2006 08:33 AM
Darrell,

Please do it this way:
oText:SetText( "1" )
...
oText:SetText( "2" )
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 708
Joined: Fri Oct 28, 2005 09:53 AM
gtgui.lib
Posted: Thu Dec 07, 2006 02:17 PM

Antonio,

That worked. However, we have over 300 prg that have the otext:refresh() that worked before I installed the upgrade. Please let me know if there is a fix for otext:refresh(); othererwise we will have to waste time reprogramming all the prg.

Thank you,

*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
gtgui.lib
Posted: Thu Dec 07, 2006 05:18 PM

Darrell,

Please remove this line from Class TSay:

METHOD Refresh() INLINE If( ::bGet != nil, ::SetText( Eval( ::bGet ) ),)

and try your app again, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
gtgui.lib
Posted: Thu Dec 07, 2006 05:19 PM

Darrell,

Can't you just use a global replace? That should only take you a few seconds to fix 300 prgs.

James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion