Syntax error help please?

Wheres my syntax error here?

1
2
3
4
5
6
7
8
9
10
11
12
13

#include "OcRunner.h"


IDI_REDXICON ICON "RedXIcon.ico"

RedX_Menu MENU
BEGIN
POPUP "Play"
BEGIN
MENUITEM "Windows Version(Recomended)"
END
Last edited on
This is a resource file..
closed account (Dy7SLyTq)
are you missing an end? i dont use vs but i would think it would need matching BEGIN's and END's
Topic archived. No new replies allowed.