Re: Urgent urgent help..
- From: Joseph M. Newcomer <newcomer@xxxxxxxxxxxx>
- Date: Fri, 07 Mar 2008 03:18:16 -0500
You only changed one line...
You have added some massive grid package a couple days before release?
This exceeds by several orders of magnitude the "but I only changed one line!" explanation
of why a program stops working.
However, create symbol table info has NOTHING to do with DEBUG/NDEBUG settings. They are
not only completely irrelevant, but changing NDEBUG to_DEBUG would be a first-order
serious error. You do not want to touch this setting. You want to go to the linker
settings and enable debug information. Disable optimizations. If it works, you have a
problem with the release version, and the time to detect this is months before the product
release (the standard approach is to build the debug mode, get it fully running, build the
release version, and do a complete set of regression tests. If an error shows up, try to
reproduce it in the debug version. If it does not reproduce, see my essay "Surviving the
Release Version" on my MVP Tips site). I typically plan on a month or two of release mode
testing, at least one month pre-beta, one month of beta, before considering "going gold".
However, before doing this, I have sent periodic alpha-level versions to the client for
in-house testing throughout the development cycle, and these are always release versions.
We test to the bounds of whatever is currently implemented.
joe
On Thu, 6 Mar 2008 21:55:04 -0800 (PST), hamishd <Hamish.Dean@xxxxxxxxx> wrote:
Joseph M. Newcomer [MVP]Temporarily build your Release build with debug info and make sure the
problem is still there. Then press F10 to start tracing in the debugger
from the beginning and see what you can find.
2 other things to note:
(a) I am compiling in unicode (never been a problem before)
(b) I have added the UltimateGrid from CodeProject.
email: newcomer@xxxxxxxxxxxx
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
.
- Follow-Ups:
- Re: Urgent urgent help..
- From: hamishd
- Re: Urgent urgent help..
- From: hamishd
- Re: Urgent urgent help..
- From: hamishd
- Re: Urgent urgent help..
- References:
- Urgent urgent help..
- From: hamishd
- Re: Urgent urgent help..
- From: David Ching
- Re: Urgent urgent help..
- From: hamishd
- Urgent urgent help..
- Prev by Date: Auction software
- Next by Date: Re: Creating a Graph
- Previous by thread: Re: Urgent urgent help..
- Next by thread: Re: Urgent urgent help..
- Index(es):
Relevant Pages
|