In the XML parser, when attribute callback=always, no callbacks are generated. callbacks=on works, though.
Issue has been fixed by adding the line pPdConfig->flags |= TRDP_FLAGS_CALLBACK; to the XML parser when parsing the "always" value.
pPdConfig->flags |= TRDP_FLAGS_CALLBACK;
Log in to post a comment.
Issue has been fixed by adding the line
pPdConfig->flags |= TRDP_FLAGS_CALLBACK;to the XML parser when parsing the "always" value.