C
ccon67
In a win32 project I have several compile errors for the resource
*.rc. The first fews errors look like this
error RC2144 : PRIMARY LANGUAGE ID not a number
error RC2135 : file not found: MAIN_MENU
error RC2164 : unexpected value in RCDATA
To overcome all of these errors, I include <windows.h> at the top of
"resource.h". But verytime the resource editor is touch, a new
resource.h is generated and I have to add that line again...I'm tired
doing that , does anyone know how stop it?
Many thanks
*.rc. The first fews errors look like this
error RC2144 : PRIMARY LANGUAGE ID not a number
error RC2135 : file not found: MAIN_MENU
error RC2164 : unexpected value in RCDATA
To overcome all of these errors, I include <windows.h> at the top of
"resource.h". But verytime the resource editor is touch, a new
resource.h is generated and I have to add that line again...I'm tired
doing that , does anyone know how stop it?
Many thanks