FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour which lib for console application
Posts: 31
Joined: Sun Oct 09, 2005 08:29 PM
which lib for console application
Posted: Tue Sep 12, 2006 10:13 AM
I'm doing some tests with XHarbour, and I've realized it is very slow in console output.
a sample program like

for a=1 to 10000
? a
next

needs many seconds to terminate, while in Clipper 5.2e runs like a flash!

I use GTWIN.lib, perhaps it's not the fastest...
any help, friends?
thank you.
Riccardo
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: which lib for console application
Posted: Tue Sep 12, 2006 11:35 AM

As far as I know, Clipper uses a buffering technique for the console output.

EMG

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
which lib for console application
Posted: Tue Sep 12, 2006 11:48 AM

Riccardo,

Win16 bits console is faster than Win32 console :?

Maybe its the used GT... lib that could be improved.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
which lib for console application
Posted: Tue Sep 12, 2006 11:51 AM

You can try gtwvt.lib.

EMG

Continue the discussion