On Sun, 09 Nov 2008, David Arturo Macias Corona wrote:

Hi David,

> Entire results for HB_GT_OS2_DEFAULT, HB_GT_CGI_DEFAULT, HB_GT_STD_DEFAULT 
> are below
> HB_GT_OS2_DEFAULT and HB_GT_STD_DEFAULT should fail equal, but STD does a 
> step ahead  (??)

Thank you very much.
Maybe when GTOS2 is used then screen is not refreshed before crach.
Do you have the same results when you redirect application output
to file? f.e.:
   pba.exe > out.log

It looks that the problem is caused by reading keyboard input from
second threads. You can make test to confirm it by replacing
hb_gt_os2_ReadKey() body with code from hb_gt_cgi_ReadKey().
If final application linked with such GTOS2 will work correctly
then we will have to look closer on hb_gt_os2_ReadKey() internals.
In such case we should also check other GT functions. Probably
testing mttest*.prg files will be enough.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to