ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ API Support » c++ example for adding MQMD_VERSION_2 and MQGMO_VERSION_2

Post new topic  Reply to topic
 c++ example for adding MQMD_VERSION_2 and MQGMO_VERSION_2 « View previous topic :: View next topic » 
Author Message
mikeHT
PostPosted: Fri Feb 15, 2008 7:38 am    Post subject: c++ example for adding MQMD_VERSION_2 and MQGMO_VERSION_2 Reply with quote

Voyager

Joined: 01 Jul 2005
Posts: 82

c++ example for adding MQMD_VERSION_2 and MQGMO_VERSION_2 in code
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/index.jsp?topic=/com.ibm.mq.csqzal.doc/fg12350_.htm

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?

Thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » c++ example for adding MQMD_VERSION_2 and MQGMO_VERSION_2
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.