the difference between debug and relaese

  • PizzaPlatypus
    14th Mar 2011 Member 0 Permalink
    @Finalflash50
    Yes
    @tommig
    Don't have to, I always use release.
  • MiXih
    14th Mar 2011 Member 0 Permalink
    debug is for testing, release for final build
  • tommig
    14th Mar 2011 Member 0 Permalink
    right, so i tested it in release mode, and all i got was a shed load of errors like this as an example
    1>graphics.obj : error LNK2019: unresolved external symbol _SDL_UnlockSurface referenced in function _sdl_blit_1
    why does this happen here but runs perfectly in debug?
  • PizzaPlatypus
    14th Mar 2011 Member 0 Permalink
    @tommig
    When you switch to relaese you have to configure everything again.
  • tommig
    14th Mar 2011 Member 0 Permalink
    o.k., so stick to debug for now...
  • PizzaPlatypus
    14th Mar 2011 Member 0 Permalink
    @tommig
    Yes until youre sure you want to finish, when you have to reconfigure