HerbertKoelman / cpp-atmi

Application-to-Transaction Monitor Interface (ATMI) C++ library
http://herbertkoelman.github.com/cpp-atmi
Other
7 stars 0 forks source link

<Queue::dequeueReply> (Buffer *) return TPEINVAL - invalid arguments given.an exception #15

Closed HerbertKoelman closed 11 years ago

HerbertKoelman commented 11 years ago

In sample qwriter.bcl this code fails:

        q->dequeueReply ( &buffer );
        cout << " Reply message dequeued." << endl ;