Problem running in release mode

When I compile my program in Debug mode it works perfectly, however when compiled in Release mode tons of weird things go wrong. The data that is read from my files is incorrect, and sometimes it will just crash for no apperent reason. Is there some setting that I need to change to make Release version compile correctly

Answer this question

Problem running in release mode

  • Kumar Shetgar

    There are millions of reasons for such a problem. We need more specific infos about your problems.

    Try to add debug infos to you release version and step into the bugs. This might show you some problems.



  • Jim Harrison IsaDewd

    Alright, I'll try to track down some specifics.
  • Problem running in release mode