|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
C/C++ Set USERID_DATA |
« View previous topic :: View next topic » |
Author |
Message
|
bruce2359 |
Posted: Thu May 09, 2019 3:30 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
ratzrattillo wrote: |
I was having a misconfiguration in my Visual Studio project settings where i was linking to old/maybe wrong version of both the mqm.lib and mqci.lib. I removed these linking directives and set new ones in my sourcecode using a #pragma directive. This allowed me to connect to a local queue manager. |
Again I ask: exactly and precisely what did you change (from what to what) to get this to work? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
hughson |
Posted: Thu May 09, 2019 12:38 pm Post subject: |
|
|
 Padawan
Joined: 09 May 2013 Posts: 1959 Location: Bay of Plenty, New Zealand
|
I don't believe there is anything you cannot do with MQCSP. Compatibility mode was only retained in MQ Explorer in case of Security exits relying on the old mechanism. _________________ Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software |
|
Back to top |
|
 |
ratzrattillo |
Posted: Sun May 19, 2019 11:27 pm Post subject: |
|
|
Guest
|
@bruce2359
I used the following Libraries to create a C++ Client Applications:
[code]
#pragma comment(lib, "C:\\Program Files\\IBM\\MQ\\Tools\\Lib64\\imqc23vnvs2017.lib") //Client Library
#pragma comment(lib, "C:\\Program Files\\IBM\\MQ\\Tools\\Lib64\\imqb23vnvs2017.lib") //Base Library
#include <imqi.hpp>[/code]
I dont remember what i had before, sorry!
Greetings! |
|
Back to top |
|
 |
|
|
|
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
|
|
|
|