Author |
Message |
Topic: Debug C++ AMI software in Visual Studio 2005 ? |
Verrnum
Replies: 1 Views: 2967
|
Forum: IBM MQ API Support Posted: Wed Aug 27, 2008 6:48 am Subject: Debug C++ AMI software in Visual Studio 2005 ? |
Hi,
When i try to debug an application with Visual Studio 2005, it's crashs whith reason code 49, reason code 2 6000.
If i compile it and run it from command dos prompt, it runs fine...
Any i ... |
Topic: problem AMI 1.2 C++ application crash |
Verrnum
Replies: 7 Views: 6797
|
Forum: IBM MQ API Support Posted: Thu Aug 14, 2008 9:56 am Subject: problem AMI 1.2 C++ application crash |
If you are a java programmer, I'd look into moving to JMS. From the SupportPac page:
http://www-1.ibm.com/support/docview.wss?rs=171&uid=swg24000641&loc=en_US&cs=utf-8&lang=en
A ... |
Topic: problem AMI 1.2 C++ application crash |
Verrnum
Replies: 7 Views: 6797
|
Forum: IBM MQ API Support Posted: Thu Aug 14, 2008 9:17 am Subject: problem AMI 1.2 C++ application crash |
There are two different libraries that support run-time environment: server and client.
An application that is to execute on the MQ server platform (a qmgr), then the application must be bound (li ... |
Topic: MalFormedURLException . AMI c++ |
Verrnum
Replies: 1 Views: 4162
|
Forum: IBM MQ API Support Posted: Thu Aug 14, 2008 5:35 am Subject: MalFormedURLException . AMI c++ |
Hi,
When i run my c++ application using AMI, i have this next exception :
First-chance exception at 0x7c812a5b in ClrSrDBG.exe: Microsoft C++ exception: MalformedURLException at memory ... |
Topic: problem AMI 1.2 C++ application crash |
Verrnum
Replies: 7 Views: 6797
|
Forum: IBM MQ API Support Posted: Wed Aug 13, 2008 11:06 pm Subject: problem AMI 1.2 C++ application crash |
I'm guessing that you intend to run this application as an MQ Client, yes?
Did you bind the application with the MQ client bindings?
Hi,
yes i am trying to run this application as Client..
... |
Topic: problem AMI 1.2 C++ application crash |
Verrnum
Replies: 7 Views: 6797
|
Forum: IBM MQ API Support Posted: Wed Aug 13, 2008 11:59 am Subject: problem AMI 1.2 C++ application crash |
Hi,
i am working on a c++ application using AMI.
this application works fine on the system where the queue manager / AMI are installed (win NT)
but when i run the application on another syste ... |