Author |
Message |
Topic: dynamically load MQI library in C++ under MVS/USS |
sbenilan
Replies: 14 Views: 16340
|
Forum: IBM MQ API Support Posted: Thu Nov 19, 2009 7:42 am Subject: dynamically load MQI library in C++ under MVS/USS |
Sure bruce,
I feel OK with the dynamic overhead. I'm much more concerned by flexibility, meaning that the app is highly portable, some module do not need to run any OS nor rely on a particular thir ... |
Topic: dynamically load MQI library in C++ under MVS/USS |
sbenilan
Replies: 14 Views: 16340
|
Forum: IBM MQ API Support Posted: Thu Nov 19, 2009 3:04 am Subject: dynamically load MQI library in C++ under MVS/USS |
Hi all,
Thank you all for your help. Just wanted to leave a note in case someone else face the same issue.
I came up with a solution. Apparently the good way to do is to write a tiny DLL module ... |
Topic: dynamically load MQI library in C++ under MVS/USS |
sbenilan
Replies: 14 Views: 16340
|
Forum: IBM MQ API Support Posted: Wed Nov 18, 2009 10:54 am Subject: MQCONNX OK, MQOPEN -> 2018 |
I Glenn,
Thanks for your anwser. I still had problem and started to think that it is probably the wrong way of linking to MQI.
I changed the code and now rely on fetch("CSQBCONX") inst ... |
Topic: dynamically load MQI library in C++ under MVS/USS |
sbenilan
Replies: 14 Views: 16340
|
Forum: IBM MQ API Support Posted: Mon Nov 16, 2009 8:12 am Subject: dynamically load MQI library in C++ under MVS/USS |
Hi again bruce,
That's kind of you but I'm not sure I get your point here. Page 235 is about TEMPLATEREGISTRY | NOTEMPLATEREGISTRY !? |
Topic: dynamically load MQI library in C++ under MVS/USS |
sbenilan
Replies: 14 Views: 16340
|
Forum: IBM MQ API Support Posted: Mon Nov 16, 2009 7:25 am Subject: dynamically load MQI library in C++ under MVS/USS |
Thank you bruce,
I have no issue with the code itself, nor with dlopen (or the obsolete dllload) facility loading DLLs in general, it works like a charm with other DLL even on z/OS.
It is really ... |
Topic: dynamically load MQI library in C++ under MVS/USS |
sbenilan
Replies: 14 Views: 16340
|
Forum: IBM MQ API Support Posted: Mon Nov 16, 2009 6:25 am Subject: dynamically load MQI library in C++ under MVS/USS |
Hi,
I'm new here.
I'm porting a C++ application that already runs properly under most unixes and win32. This application plugs MQI library at runtime instead of link time such that the binary ex ... |