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

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

Problem with WINDRES


From: Elisha Kendagor
Subject: Problem with WINDRES
Date: Sat, 14 Apr 2001 02:34:42 +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.

Version information:

GNU windres 2.10.91 (snapshot Jan 14 2001)
Copyright 1997, 98, 99, 2000, 2001 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms
of
the GNU General Public License.  This program has absolutely no
warranty.




reply via email to

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