22
JS96
8y

When everything works in Debug mode... and nothing in Release mode.

Comments
  • 5
    So I actually have a couple tricks for sorting this out!!! One is to look at the .vsproj file and see what properties are different between debug and release. The other is to turn on verbose build logs and use a diff tool to compare the debug and release logs. Hope this helps!
  • 6
    @error13 Thanks! I will try it.
  • 1
    @error13 that is some good advice right there!
  • 1
    @JS96 @MightybeforeGod 😄 I ran into one of these problems maybe a month ago & I discovered these strategies then!
Add Comment