Help me!,
I am try to programming in C Language, I need run a application have to connect to MQSeries and put messages from Progress 4GL.
I want execute MQCONN, MQOPEN, MQPUT, MQCLOSE and MQDISC functions by per one. Which function executing from Progress Code, and which function return the Handle Value (Hcon and Hobj) for use to other function passed by paremeter from Progress 4GL.
My problem is I can't use Handle Value for the next function because thread lose the control handle. How to do for resolve this problem. thanx.
Everybody have to example code for do this.
I am try to programming in C Language, I need run a application have to connect to MQSeries and put messages from Progress 4GL.
I want execute MQCONN, MQOPEN, MQPUT, MQCLOSE and MQDISC functions by per one. Which function executing from Progress Code, and which function return the Handle Value (Hcon and Hobj) for use to other function passed by paremeter from Progress 4GL.
My problem is I can't use Handle Value for the next function because thread lose the control handle. How to do for resolve this problem. thanx.
Everybody have to example code for do this.