|
-
March 30th, 1999, 06:18 AM
#1
Debug & Release version
I wonder are there other differences between DEBUG and RELEASE version of developed application besides the point that the former has embedded debug information ?
Thanks
-
March 30th, 1999, 06:58 AM
#2
Re: Debug & Release version
Hi Clarence,
yes, there are more differences. The debug version uses a special heap managment to detect memory leaks.
Martin
-
March 30th, 1999, 08:08 AM
#3
Re: Debug & Release version
Martin,
I was thinking of giving my users the DEBUG version of my application. Are there other things that I need to think about in doing so ?
Thanks for answering.
-
March 30th, 1999, 08:24 AM
#4
Re: Debug & Release version
Hi Clarence,
if you users aren't your beta testers I don't recommend in giving away a debug version. A debug version is normally a lot bigger and runs slower.
BTW, I forgot the stack probes. The stack is tested for integrity on every function call. And the code is not optimized.
Martin
-
March 30th, 1999, 11:08 PM
#5
Re: Debug & Release version
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|