View Single Post
Old 06-09-2005, 06:46 AM   #1 (permalink)
dball
Registered User
 
Join Date: Jun 2005
Posts: 5
dball is on a distinguished road
Question What's the Resource script format?

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!

Last edited by dball; 06-09-2005 at 06:49 AM. Reason: wrong code format
dball is offline   Reply With Quote