Nomodal dialogs bug with latest FWH
Posted: Fri Jun 30, 2006 10:04 am
This is the sample that blows out with a GPF:
EMG
Code: Select all
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
DEFINE DIALOG oDlg
ACTIVATE DIALOG oDlg;
CENTER NOMODAL
RETURN NIL