Author |
Message |
Topic: nonsense response |
boutwater
Replies: 2 Views: 2865
|
Forum: IBM MQ API Support Posted: Fri Jan 26, 2007 1:39 pm Subject: nonsense response |
You're right. After adding that it worked fine. Thanks,
Ben |
Topic: nonsense response |
boutwater
Replies: 2 Views: 2865
|
Forum: IBM MQ API Support Posted: Fri Jan 26, 2007 11:15 am Subject: nonsense response |
I'm working on an MQ client application (v5.3, windows, using c-code). On the MQGET call, I get this back:
ñòó@kñùòKñKñðòKñóð@@kñéùùùùùùùùùùùùùùùù@@@@@@@@@@@@@@kðð ... |
Topic: memory issue |
boutwater
Replies: 1 Views: 3564
|
Forum: IBM MQ API Support Posted: Wed Jan 10, 2007 11:38 am Subject: memory issue |
I'm having an issue with the memory usage continually increasing until my application is shut down. I've tried several different things, but have not been successful in stopping it. I check the memo ... |
Topic: Lib files with Borland C++ builder |
boutwater
Replies: 15 Views: 10479
|
Forum: IBM MQ API Support Posted: Thu Sep 15, 2005 12:50 pm Subject: All right |
Thank you very much Jeff! Everything is working now. It took me longer than i would have liked, but at least it's working. The last issue i had was that i needed this line before the Get:
GetM ... |
Topic: Lib files with Borland C++ builder |
boutwater
Replies: 15 Views: 10479
|
Forum: IBM MQ API Support Posted: Thu Sep 15, 2005 10:34 am Subject: environment variable |
I finally got things working...mostly. I still can't get from the queue all the time, but i can connect and write to it. The problem i was having was due to the environment variable not being added. ... |
Topic: Lib files with Borland C++ builder |
boutwater
Replies: 15 Views: 10479
|
Forum: IBM MQ API Support Posted: Thu Sep 15, 2005 9:06 am Subject: lower case |
my queue manager is set up on the server as all lower case: queue.manager.1
That's how i'm calling it. Unless there is some switch that changes it to upper case. You said that i was sending it a ... |
Topic: Lib files with Borland C++ builder |
boutwater
Replies: 15 Views: 10479
|
Forum: IBM MQ API Support Posted: Thu Sep 15, 2005 6:46 am Subject: code |
I'm able to compile finally compile, but i'm not able to connect. I can't connect to the QM and keep getting the reason code "2058". Can you see anything I'm doing wrong? Here's the code:
void _ ... |
Topic: Lib files with Borland C++ builder |
boutwater
Replies: 15 Views: 10479
|
Forum: IBM MQ API Support Posted: Wed Sep 14, 2005 10:51 am Subject: Thanks |
I'd appreciate that! |
Topic: Lib files with Borland C++ builder |
boutwater
Replies: 15 Views: 10479
|
Forum: IBM MQ API Support Posted: Wed Sep 14, 2005 10:26 am Subject: last question |
Thanks Jeff,
I'm able to connect to the queue now. The last problem i'm having is making the call to put to the queue. I have this code:
MyMsg->ConnectTo(MyMQSession->AccessMessage()); ... |
Topic: Lib files with Borland C++ builder |
boutwater
Replies: 15 Views: 10479
|
Forum: IBM MQ API Support Posted: Wed Sep 14, 2005 6:17 am Subject: sample code |
Thank you very much. This is the answer i've been searching for for the past two days. Do you know where i can find some sample code of the mqax200 activex implementation? I've got that in and comp ... |
Topic: Lib files with Borland C++ builder |
boutwater
Replies: 15 Views: 10479
|
Forum: IBM MQ API Support Posted: Tue Sep 13, 2005 5:16 am Subject: Almost |
I've think i've come close to an answer, but i think that is as far as i'm going to get. I don't think i'll be able to deal with the name mangleing of C++ like everyone on this site already said. Ho ... |
Topic: Lib files with Borland C++ builder |
boutwater
Replies: 15 Views: 10479
|
Forum: IBM MQ API Support Posted: Mon Sep 12, 2005 8:27 am Subject: Lib files with Borland C++ builder |
I have two questions:
1) I want to be able to use MQ series client libraries with Borland C++ Builder 6.0. I noticed one posting here that said that if I used IMPDEF on the library in question, th ... |