I used this code in my first windows program, but my Borland compiler gives the following error: Declaration syntax errorCode:MainMenu MENU DISCARDABLE { POPUP "File" { MENUITEM "Open", MENU_FILE_ID_OPEN MENUITEM "Close", MENU_FILE_ID_CLOSE } POPUP "Help" { MENUITEM "About", MENU_HELP_ID_ABOUT } }
What should I change?



LinkBack URL
About LinkBacks


