I am trying to make a resource script to load icons and such
I've used VC++6.0 and Quincy99 compilers and I get:
in VC++:
line 6 "missing ';' before "constant""
in Quincy99
line 6 "parse error before 101"
the code looks like this
Code:
#define BIGICON 101
#define LITTLEICON 102
#define MYCURSOR 200
BIGICON ICON eggplant.ico
LITTLEICON ICON nailedimaje.ico
MYCURSOR CURSOR sword.cur
Help!