|
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
|