#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
DEFINE DIALOG oDlg
ACTIVATE DIALOG oDlg;
ON INIT MSGINFO( "Hello" );
CENTER
RETURN NILI get:
test.prg(12) Warning W0004 Codeblock parameter 'SELF' declared but not used
in function 'MAIN'and I cannot found a way to disable that warning (with xHarbour you can use /wb-).
EMG