Click here to Skip to main content
15,888,579 members
Home / Discussions / C#
   

C#

 
GeneralRe: getting a HANDLE Pin
leppie17-Sep-02 10:44
leppie17-Sep-02 10:44 
GeneralServices Pin
Mazdak17-Sep-02 8:47
Mazdak17-Sep-02 8:47 
GeneralMQSeries from .NET Pin
SimonS17-Sep-02 3:58
SimonS17-Sep-02 3:58 
GeneralRe: MQSeries from .NET Pin
leppie17-Sep-02 4:38
leppie17-Sep-02 4:38 
GeneralRe: MQSeries from .NET Pin
Gaul17-Sep-02 4:53
Gaul17-Sep-02 4:53 
GeneralRe: MQSeries from .NET Pin
SimonS17-Sep-02 5:27
SimonS17-Sep-02 5:27 
GeneralRe: MQSeries from .NET Pin
leppie17-Sep-02 7:24
leppie17-Sep-02 7:24 
GeneralRe: MQSeries from .NET Pin
Gaul25-Sep-02 12:05
Gaul25-Sep-02 12:05 
From a C++ app, include MQ Series header: imqi.hpp to get the MQI class declarations

#include "imqi.hpp" // MQSeries header file.

This provides a definition of MQ Series functions that enable you to connect to a queue, send message, etc.

Typical functions include things like:

connect()
open();
setOptions();
get();
close()

Also link with the lib file. You need to have MQ Series developer edition installed to get the Lib files. Assuming you have installed under Program Files, normally they can be found in:

"C:\Program Files\IBM\MQSeries\Tools\Lib"

Under the ..\Tools directory, you have samples for cplus, cobol, vb, etc.

You may want to take a look at IBM's developerworks site for MQ Series examples:

http://www-106.ibm.com/developerworks/

Gaul
QuestionHow to remove null from arraylist? Pin
leppie17-Sep-02 0:53
leppie17-Sep-02 0:53 
AnswerRe: How to remove null from arraylist? Pin
jan larsen17-Sep-02 1:18
jan larsen17-Sep-02 1:18 
GeneralRe: How to remove null from arraylist? Pin
leppie17-Sep-02 1:31
leppie17-Sep-02 1:31 
GeneralRe: How to remove null from arraylist? Pin
jan larsen17-Sep-02 3:45
jan larsen17-Sep-02 3:45 
GeneralRe: How to remove null from arraylist? Pin
leppie17-Sep-02 4:26
leppie17-Sep-02 4:26 
GeneralRe: How to remove null from arraylist? Pin
leppie17-Sep-02 4:35
leppie17-Sep-02 4:35 
GeneralRe: How to remove null from arraylist? Pin
Ryan Cromwell17-Sep-02 3:12
Ryan Cromwell17-Sep-02 3:12 
GeneralGotDotNet workspaces :) Pin
leppie16-Sep-02 23:30
leppie16-Sep-02 23:30 
GeneralRe: GotDotNet workspaces :) Pin
Ray Cassick17-Sep-02 10:07
Ray Cassick17-Sep-02 10:07 
GeneralRe: GotDotNet workspaces :) Pin
leppie17-Sep-02 10:18
leppie17-Sep-02 10:18 
GeneralRe: GotDotNet workspaces :) Pin
Paul Watson17-Sep-02 22:00
sitebuilderPaul Watson17-Sep-02 22:00 
GeneralRe: GotDotNet workspaces :) Pin
leppie18-Sep-02 1:57
leppie18-Sep-02 1:57 
GeneralConsuming Web Services... Pin
Matt Philmon16-Sep-02 11:16
Matt Philmon16-Sep-02 11:16 
GeneralRe: Consuming Web Services... Pin
leppie16-Sep-02 11:26
leppie16-Sep-02 11:26 
GeneralRe: Consuming Web Services... Pin
Paul Watson17-Sep-02 0:05
sitebuilderPaul Watson17-Sep-02 0:05 
GeneralRe: Consuming Web Services... Pin
Matt Philmon17-Sep-02 5:35
Matt Philmon17-Sep-02 5:35 
GeneralPrivileges [again] Pin
Nnamdi Onyeyiri16-Sep-02 10:24
Nnamdi Onyeyiri16-Sep-02 10:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.