[Quickfix-developers] Debug Assertion Failed when using getStore() method
Brought to you by:
orenmnero
|
From: <pet...@em...> - 2006-10-30 12:37:28
|
Hi all, I have a problem with Session.lookupSession(sessionID).getStore() method to retrieve the MessageStore. When I use this function in my code and it is called in the program, i get then the following debug error: Debug Assertion Failed! Program: .... name of the app File: dbgdel.cpp Line: 52 Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse) For information on how your program can cause an assertion failure, see the Visual C++ documentaion on asserts. Know someone, where could be problem? I'm developing the application in C# and method getStore() im calling in onMessage( QuickFix41.OrderCancelReject cancel_reject, SessionID sessionID) where i want to find some information about original message, which I want to cancel. Thanks for your help. Petr |