I'm sure you've all seen it before: your program works fine under the debugger, but blows up as soon as you're not attached. This can be caused by any number of things. If you're writing native code, the main cause is the way data initialized in debug
Read More...