Page 1 of 1

Nomodal dialogs bug with latest FWH

Posted: Fri Jun 30, 2006 10:04 am
by Enrico Maria Giordano
This is the sample that blows out with a GPF:

Code: Select all

#include "Fivewin.ch"


FUNCTION MAIN()

    LOCAL oDlg

    DEFINE DIALOG oDlg

    ACTIVATE DIALOG oDlg;
             CENTER NOMODAL

    RETURN NIL
EMG

Posted: Fri Jun 30, 2006 2:07 pm
by Antonio Linares
Enrico,

With Harbour is working fine.

It looks as something specific with xHarbour. We are reviewing it.

Posted: Fri Jun 30, 2006 2:56 pm
by Enrico Maria Giordano
Thank you.

EMG

Posted: Fri Jun 30, 2006 4:23 pm
by Antonio Linares
Enrico,

It is already fixed. Please download FWH.exe again, thanks.

Posted: Fri Jun 30, 2006 6:54 pm
by Enrico Maria Giordano
It seems ok now.

Thanks!

EMG