BUG under Multithread Compilation

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



Answer this question

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

    You have to give us more details what happens! Some code sniplets about what is not working is always useful.

  • stevemcisaac

    Yep. Access violation.
  • john norris

    What do you mean by it does not work It crashes or something
  • BUG under Multithread Compilation