Hi,
I am trying to get a unicode message from a queue. I am using C++ and the C++ classes for MQSeries.
I have followed the samples from IBM, where they use char* as buffer to get the message from the queue. My problem is: unicode uses 2 bytes and the second byte is most of the time zero...