#define ID_MCODE 1024 #define ID_MCODE_1 ID_MCODE+1
The resource file generated by MSVC contains:
///////////////////////////////////////////////////////////////////////////// // // Dialog Info //
RDSrvSheet DLGINIT BEGIN ID_MCODE_1, 0x403, 1, 0 // parse error in this string "\000" 0 END
but string ID_MCODE, 0x403, 1, 0 compile successfull
This section of resource is optional and i can delete it of cource. But this is a bug.