Got it

Przemyslaw Czerpak-2 wrote:
> 
> On Sun, 26 Oct 2008, Pritpal Bedi wrote:
> 
> Harbour code is correct and the problem is only with this line:
>    #command BEGINMENU [<oMenu>] => WITH OBJECT <oMenu> := MyMenu():New()
> 
> It converts all lines starting with BEGI letters so damage BEGIN SEQUENCE
> and other PP commands which may start with BEGI[NMENU] word. Use
> #xcommand.
> Otherwise only 1-st four characters are significant and shorter words are
> accepted, f.e. it translated
>    BEGIN SEQUENCE
> to:
>    WITH OBJECT SEQUENCE := MyMenu():New()
> what makes BEGIN SEQUENCE unusable.
> 
> 

But why the same code was working OK till few days back?
May be issue relates to Harbour compile time switches.

Regards
Pritpal Bedi

-- 
View this message in context: 
http://www.nabble.com/Classes---A-Bug-tp20175430p20195615.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to