Re: [Quickfix-developers] different behaviour release and debug
Brought to you by:
orenmnero
From: Goodman, J. <Jef...@cm...> - 2008-06-13 17:27:28
|
I think I narrowed it down to the getBeginString() of the SessionId object. In debug mode this gives back the string with the proper value. In release, it gives back blank. The only way it works is if I call sessionId.getBeginString().getString() -----Original Message----- From: Goodman, Jeff Sent: Friday, June 13, 2008 8:27 AM To: qui...@li... Subject: different behaviour release and debug I am including the VS7 project in my build. It works in debug, but when I build and run the release version, it doesn't work. When I create the SessionSettings object, it builds the settings. I put some debug messages in the code and I can see before calling the set method below, the sessionID.getBeginString() returns the begin string in my configuration, but once in the set method, the sessionID.getBeginString() is empty. s.set( sessionID, dict ); *********************************************************************************** This communication, including any attachments, is for the exclusive use of the intended recipient(s) and/or the intended recipient's designees and may contain proprietary, confidential and/or privileged information. Any use, retention or dissemination by a person other than the intended recipient is strictly prohibited. If you are not the intended recipient or designee, please notify the sender immediately by return e-mail and delete/destroy all copies of this communication. Any opinions, conclusions or information herein not related to the official business of Natixis Capital Markets shall be understood as neither given nor endorsed by the company. |