Pelles C forum

Pelles C => Bug reports => Topic started by: TimoVJL on April 17, 2011, 07:24:13 PM

Title: [FIXED]Recource error ?
Post by: TimoVJL on April 17, 2011, 07:24:13 PM
Is here an error or is it a bug ?
100 MENU DISCARDABLE
BEGIN
    POPUP "&File"
    BEGIN
        MENUITEM "&New\tCtrl+N",                101
        MENUITEM "&Open... \tCtrl+O",           102
        MENUITEM "&Save\tCtrl+S",               103
        MENUITEM "Save &As...\tCtrl+F2",        104
        MENUITEM SEPARATOR
    END
END

Problem with MENUITEM SEPARATOR as last menu item?
Title: Re: Recource error ?
Post by: TimoVJL on April 16, 2012, 08:45:44 PM
Same problem with version 7.00 RC1
Title: Re: Recource error ?
Post by: TimoVJL on April 23, 2012, 12:56:07 PM
Fixed in PellesC 7.00.3 (RC2).
Thank you Pelle!