boost::interprocess::message_queue stops working in Release mode with visual C++
- by jules
I am using boost::interprocess::message_queue, with VC++ (in Microsoft Visual Studio 2005).
It is working properly in Debug mode.
Then when I compile my program in Release mode it stops working, every time I call "try_send" it returns false.
I don't understand what could be the settings that are different between Release and Debug mode, and that would make the queue stop working.