Results 1 to 2 of 2

Thread: VS2008 What's the difference between Release and Debug?

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jul 2005
    Posts
    1,168

    VS2008 What's the difference between Release and Debug?

    All the programs I've made (and used) have been compiled/built in Debug mode. What's the difference/advantage of using the one compiled in Release mode? Also, I've noticed that when I try to compile/build in Release mode, it won't compile because I have to move some files (ie. dlls) into the Release folder. Also, I would have to move files (ie. txt files that hold certain input data used by the program). Do you manually do that or is there a way to configure VS2008 to take care of that for you?

  2. #2
    Addicted Member
    Join Date
    Mar 2007
    Location
    San Pedro de Macoris, Dominican Republic
    Posts
    211

    Re: VS2008 What's the difference between Release and Debug?

    Here.
    Release is used, as the name aptly puts it, to build a release version of the software you're working on when you're done debugging it. Read more in the supplied link.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width