Hello there,
I built a project which has an annoying problem.
The DEBUG version works fine and the release version also works if I choose DEBUG Multithread as runtime library. However, it doesn't work if Multithread runtime library is used instead. I followed the code and found that release method of objects doesn't work. Can anyone give some hint why this happened
Michael

BUG under Multithread Compilation
Sorbid
Sometimes bugs like this aren't caused by the circumstances under which you're seeing the bug manifest itself. This could be an ordinary run-of-the-mill memory corruption in your program that is only symptomatic under certain (unrelated) conditions. I would investigate the crash with the debugger, and trace back from there to the cause.
JasonD
stevemcisaac
john norris