Help with Windows app design

2010-09-21 Thread Chuck Rolke
Hi, I'm working with the qpid cpp messaging dotnet client. A quick review: user programs are in a .NET managed language, say C#. They refer to an Interop DLL that connects them to the unmanaged qpid messaging layer built by qpid/cpp. Running under debug things are fine. However, when I switch

Re: Help with Windows app design

2010-09-21 Thread Cliff Jansen
Hi Chuck, I haven't seen that exact problem, but for me, 9 times out of 10 mysterious problems between debug and release versions boiled down to build issues. While the following rules of thumb can probably be relaxed in some situations, I tried to always make sure: Never mix debug and release