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 Installation/Configuration Support » c++ compile issue ImqStr

Post new topic  Reply to topic Goto page Previous  1, 2
 c++ compile issue ImqStr « View previous topic :: View next topic » 
Author Message
mqjeff
PostPosted: Thu Apr 13, 2017 7:32 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

balaraju wrote:
Thanks Jeff.. we tried these options but no luck May be issue with compiler and code compatibility...


Which options?

There are 24 choices on that page.
_________________
chmod -R ugo-wx /
Back to top
View user's profile Send private message
balaraju
PostPosted: Tue Apr 18, 2017 2:13 am    Post subject: Reply with quote

Apprentice

Joined: 06 Feb 2017
Posts: 29

So we consulted our c++ expert. There is this variable MQLONG and we are appending this with a string, which was giving error unable to find MQLONG. So she assigned this value of MQLONG to a variable which is LONG and this resolved the issue...
Back to top
View user's profile Send private message
gbaddeley
PostPosted: Tue Apr 18, 2017 4:34 pm    Post subject: Reply with quote

Jedi

Joined: 25 Mar 2003
Posts: 2491
Location: Melbourne, Australia

balaraju wrote:
So we consulted our c++ expert. There is this variable MQLONG and we are appending this with a string, which was giving error unable to find MQLONG. So she assigned this value of MQLONG to a variable which is LONG and this resolved the issue...

MQLONG is not a variable, it is a data type, a 32 bit signed integer. Obviously this has no relationship to strings. Can you provide a code fragment?
_________________
Glenn
Back to top
View user's profile Send private message
balaraju
PostPosted: Fri Apr 28, 2017 1:04 am    Post subject: Reply with quote

Apprentice

Joined: 06 Feb 2017
Posts: 29

sorry for the delay. Below is the snippet

Earlier :
MQLONG A;
MQLONG B;

After casting
long A;
long B;
Back to top
View user's profile Send private message
gbaddeley
PostPosted: Sun Apr 30, 2017 4:41 pm    Post subject: Reply with quote

Jedi

Joined: 25 Mar 2003
Posts: 2491
Location: Melbourne, Australia

balaraju wrote:
sorry for the delay. Below is the snippet
Earlier :
MQLONG A;
MQLONG B;
After casting
long A;
long B;

That's fine, provided the compiler treats 'long' as a 32 bit integer.
AFAIK, all UNIX compilers treat 'long' as 64 bits when compiling a 64 bit app. This may break MQI code that where you are passing values using MQLONG (a strictly 32 bit quantity).
Can you post the code where it is casting? It would be nice to check if this is safe.
_________________
Glenn
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2 Page 2 of 2

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » c++ compile issue ImqStr
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.