Re: Problem only in release version
- From: "babak" <babak.ayani@xxxxxxxxx>
- Date: 11 Oct 2005 00:16:15 -0700
Carlos J. Quintero [VB MVP] skrev:
> > I'm working with a project in embedded Visual Studio 4
> > and I have a general problem which I hope that somebody can help me with.
> > My problem is the following:
> > My project works fine in debug version but behaves strangely and
> > sometimes crashes when I run it in release version. I suspect that it
> > is some sort of memory problem but it is not that easy to find out what
> > the problem exactly is (the project is rather big with maybe 30000
> > lines of code).
> > It should be the same code that runs in the both versions, right? Or is
> > there some part of the code in a project that might differ in debug and
> > release version?
>
> The Release configuration may perform some optimizations that can cause a
> different behaviour. Since the settings of each configuration (Debug /
> Release) are configurable, I would suggest to create a 3rd configuration
> copying it from Release and start changing settings towards the Debug
> configuration. At some point the app will stop crashing and the last changed
> setting can tell more about the problem.
>
>
> --
>
> Best regards,
>
> Carlos J. Quintero
>
Hi Carlos
Thanks for your reply. I will try your suggestion and hopefully that
will give me some ideas of what might be wrong.
/Babak
.
- Prev by Date: Re: Whats an efficient way of insertring elements into an XML document
- Next by Date: Re: .NET SUCKS --- READ FOLLOWING. MICROSOFT IS A SUCKY CO
- Previous by thread: Re: Betas w/ WinFx
- Next by thread: Re: "adding this project as a reference would cause a circular dependa
- Index(es):
Relevant Pages
|