View Single Post
Old 06-09-2005, 08:59 AM   #3 (permalink)
dball
Registered User
 
Join Date: Jun 2005
Posts: 5
dball is on a distinguished road
I'm trying to establish a new icon (which is in the project folder) for an application (this may be windows-specific)

Then I can go into my main code and write

Code:
Winclass.hIcon(hinstance, MAKEINTRESOURCE(BIGICON));
Also, I want to import other bitmaps for my gui.

Unfortunately, even using Visual Studio C++ 6.0 Resource Script tool causes the syntax error. This error occurs with a mostly blank main file of

Code:
#define WIN32_LEAN_AND_MEAN
#include "icons.rc"
What am I doing wrong?

Last edited by dball; 06-09-2005 at 09:15 AM. Reason: more information for what I am trying to do
dball is offline   Reply With Quote