bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Parse Error with windres


From: Elisha Kendagor
Subject: Parse Error with windres
Date: Sat, 14 Apr 2001 02:31:40 +0300

This sample file: win32.rc generates a parse error at line 7.

#include <windows.h>

ID_MENU_MAIN MENU
BEGIN
    POPUP "&File"
    BEGIN
  MENUITEM "&New...",CMD_FILE_NEW
        MENUITEM "&Open...", CMD_FILE_OPEN
        MENUITEM SEPARATOR
        MENUITEM "E&xit", CMD_FILE_EXIT
    END
END

I have had the same problem with other resource files.  Please assist.
Thank you.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]