NO

Author Topic: [FIXED]Recource error ?  (Read 2353 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
[FIXED]Recource error ?
« on: April 17, 2011, 07:24:13 PM »
Is here an error or is it a bug ?
Code: [Select]
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?
« Last Edit: May 28, 2012, 06:39:56 PM by timovjl »
May the source be with you

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Recource error ?
« Reply #1 on: April 16, 2012, 08:45:44 PM »
Same problem with version 7.00 RC1
May the source be with you

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: Recource error ?
« Reply #2 on: April 23, 2012, 12:56:07 PM »
Fixed in PellesC 7.00.3 (RC2).
Thank you Pelle!
May the source be with you