Hi Andre, Change your struct so you can refer to string constants: struct CompressionInfo { char const * Name; int32_t Type; uint32_t WindowSize; }; HTH, --Eljay
Hi Andre, Change your struct so you can refer to string constants: struct CompressionInfo { char const * Name; int32_t Type; uint32_t WindowSize; }; HTH, --Eljay