I'm getting extra header: "MDE H3". I read that I need to add MQPMO_VERSION_2
In c, the syntax is
gmo.Version = MQGMO_VERSION_2;
in c++
ImqGetMessageOptions gmo;
gmo.Version(MQGMO_VERSION_2); // when I add this line, i'm getting Error: Version is not a member of ImqGmo3
or
gmo.setVersion(MQGMO_VERSION_2); // I get setVersion is not a member of ImqGmo3.
Ideas?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum