Posted: Thu Jun 30, 2005 6:33 pm Post subject: How to convert imqbinary to CString
Newbie
Joined: 30 Jun 2005 Posts: 2
In my project , I need read messageid of every message in queue. In order to match message out and in , I have to get msgid and corrid with no doubt. Question ahead , I need convert imqbinary to CString ,for saving msgid in DB.
After searching in ciber ,I find a way , but no result.
1)Get Msgid from message in queue;
2)Put msgid in Imqbinary entity;
3)Copy out ot another ImqMessage;
4)Readitem of this imqmessage;
the result is null .
I need your help really . Which tool I program is VC++ 6. thanks.
The only way to accurately display a byte array in string form is to display the value of each of its byte. The most common form to do this is using a hex string representation of each byte. (00-FF)
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