View Single Post
Old 06-08-2005, 07:16 AM   #1 (permalink)
dball
Registered User
 
Join Date: Jun 2005
Posts: 5
dball is on a distinguished road
Visual C++ 6.0 resource problem

Here's the problem:

I imported icon and cursor bitmaps (16 color) using the resource editor.
The created .rc does not want to compile

The errors are :

missing ';' before "constant"

and

LANGUAGE is not a defined container ??

Am I missing a header file?

Current includes/defines

#include <windows.h>
#include <windowsx.h>
#define WIN32_LEAN_AND_MEAN
dball is offline   Reply With Quote