BUTTON BAR is NOT Compiled when Harbour Warning Level w2
Posted: Mon Apr 22, 2019 3:43 pm
Dear All ,
The BUTTONBAR does not complied when Harbour warning mode level w2 compiler parameter is provided but it is compiled when level w1 is provided.
How we should compiled when parameter w2 ? Any special syntax ?
I am using below code:
Thanks
Shridhar
The BUTTONBAR does not complied when Harbour warning mode level w2 compiler parameter is provided but it is compiled when level w1 is provided.
How we should compiled when parameter w2 ? Any special syntax ?
I am using below code:
Code: Select all
DEFINE BUTTONBAR OF oApp:oWnd STYLEBAR SIZE 70, 70
DEFINE BUTTON OF oApp:oWnd:oBar PROMPT FWString( "Exit" ) RESOURCE "exit" ;
ACTION oApp:oWnd:End()
Shridhar