Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Debug Vs Release

Status
Not open for further replies.

moonoo

Programmer
May 17, 2000
62
US
What is the difference between the release version<br>and debug version of the project . In which situation<br>we should use DEBUG_ and ASSERT_ macros.<br>&nbsp;&nbsp;Please send an early reply..<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;moonoo
 
debug contains alot of extra information that aids in finding the portion of code that generates and error and so forth, creating a release version wont expect to find the debugger, and is usally smaller, I found that the debug version will not run on a non-developer desktop sometimes. <p>Karl<br><a href=mailto:kb244@kb244.8m.com>kb244@kb244.8m.com</a><br><a href= </a><br>Experienced in : C++(both VC++ and Borland),VB1(dos) thru VB6, Delphi 3 pro, HTML, Visual InterDev 6(ASP(WebProgramming/Vbscript)<br>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top