[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [xmlblaster] update return qos problem
Here's more info on my update qos problem:
If I compile my console project under VC6 the update return qos gets sent ok:
[Mon Jul 26 12:14:50 2004 TRACE C:\xmlBlaster\build.tmp\src\c\socket\CallbackServerUnparsed.c thread0x362be8] update(): Sending response for requestId 'meanie:241'
[Mon Jul 26 12:14:50 2004 TRACE C:\xmlBlaster\build.tmp\src\c\socket\CallbackServerUnparsed.c thread0x362be8] Returning the UpdateReturnQos '<qos><state id='OK'/></qos>' to the server.
But if I import the project into VC7, (so the no changes to the cpp files made) I get this error when I try to try to return the update qos:
[Mon Jul 26 12:16:21 2004 TRACE C:\xmlBlaster\build.tmp\src\c\socket\CallbackServerUnparsed.c thread0x362be8] update(): We don't return anything for requestId ' meanie:244', the return message will come later by the client update dispatcher thread
What's going on with VC7?