Using a third-party app that sends back a SetData DIS PDU with variable datum with the data shown as the data in the VariableDatum class below. I have two problems. If I include the project array variable there is an exception. I modified your SetData example adding this class which isn't completely shown here but has the relevant things. The accessors for the members aren't shown. Decode read access violation on derived variabledatum class. class PingResponse : public VariableDatum { private: KUINT8...
Using a third-party app that sends back a SetData DIS PDU with variable datum with the data shown as the data in the VariableDatum class below. I have two problems. If I include the project array variable there is an exception. I modified your SetData example adding this class which isn't completely shown here but has the relevant things. The accessors for the members aren't shown. Decode read access violation on derived variabledatum class. class PingResponse : public VariableDatum { private: KUINT8...
No problem! That was me answering. I guess I wasn't logged in. I've done the cast as well and that worked too. Althouth I did have some issues with it but it was me and not KDIS.