Hi all,
Am building a WinAPI project in Code::blocks and MinGW. I Downloaded some opensource source code, and tried to compile the snippet haveing done nothing to it, and I get Syntax Error on line 6 for the following code:
IDR_MENU MENU DISCARDABLE
{//BEGIN
POPUP "File"
{//BEGIN
MENUITEM "New", IDM_NEW
MENUITEM "Open", IDM_OPEN
MENUITEM "Save", IDM_SAVE
MENUITEM SEPARATOR
MENUITEM "Exit", IDM_EXIT
}//END
POPUP "&Options"
{//BEGIN
MENUITEM "&Show Toolbar", ID_OPTIONS_SHOWTOOLBAR
, CHECKED
}//END
}//END
If needed I could try to find the link to the entire program source I've downloaded. What stumps me as that I have done nothing to the code yet :S
Thanks for all of your help,
Mattster