19 Sep
2003
19 Sep
'03
8:35 a.m.
resource.h: #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.