- Code: Select all Expand view
- #include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg
DEFINE DIALOG oDlg
ACTIVATE DIALOG oDlg;
ON INIT MSGINFO( "Hello" );
CENTER
RETURN NIL
I get:
- Code: Select all Expand view
- 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