Hi Mikko!
I uncommented #define DLMS_IGNORE_XML_TRANSLATOR in GXIgnore.h and get many errors about xml. In server example.
invalid use of incomplete type ‘class CGXDLMSTranslatorStructure’
../../../development/src/GXDLMS.cpp:1947:16: error: invalid use of incomplete type ‘class CGXDLMSTranslatorStructure’
1947 | if (xml->GetComments())
| ^~
‘DLMS_TRANSLATOR_TAGS_BLOCK_NUMBER’ was not declared in this scope
../../../development/src/GXDLMS.cpp:2122:40: error: ‘DLMS_TRANSLATOR_TAGS_BLOCK_NUMBER’ was not declared in this scope
2122 | reply.GetXml()->AppendLine(DLMS_TRANSLATOR_TAGS_BLOCK_NUMBER, "Value", str);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
etc.
Thanks!