The command 'DEFINE MESSAGE BAR of oWnd prompt "ABC" ' seems to be pre-processed into:
instead of
This caused a warning messsage during compilation, Warning W0001 Ambiguous reference 'BAR'
Tested with Harbour+FWH11.8
Is this a bug or I did something wrong?
BAR:= oWnd:oMsgBar := TMsgBar():New( oWnd, "ABC", .F., .F., .F., .F.,,,,, .F., if( .F., .F., .F. ) )instead of
oWnd:oMsgBar := TMsgBar():New( oWnd, "ABC", .F., .F., .F., .F.,,,,, .F., if( .F., .F., .F. ) )This caused a warning messsage during compilation, Warning W0001 Ambiguous reference 'BAR'
Tested with Harbour+FWH11.8
Is this a bug or I did something wrong?
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
BCC5.82/BCC7.3
xHarbour/Harbour