Re: Static variable in dialog box proc
- From: "Ben Voigt [C++ MVP]" <rbv@xxxxxxxxxxxxx>
- Date: Wed, 30 Jul 2008 12:35:10 -0500
Vincent Fatica wrote:
On Tue, 29 Jul 2008 19:37:46 -0700, "Alexander Grigoriev"
<alegr@xxxxxxxxxxxxx> wrote:
Some other function corrupted your static memory (BSS section).
Yup! ... was using an out-dated declaration of a struct that my
DLL's host writes to.
If you ever encounter similar odd behavior in the future, use a data
breakpoint to trap the function which is changing your variable.
.
- References:
- Re: Static variable in dialog box proc
- From: Vincent Fatica
- Re: Static variable in dialog box proc
- From: Alf P. Steinbach
- Re: Static variable in dialog box proc
- From: Vincent Fatica
- Re: Static variable in dialog box proc
- From: Alexander Grigoriev
- Re: Static variable in dialog box proc
- From: Vincent Fatica
- Re: Static variable in dialog box proc
- Prev by Date: Re: friend class in template
- Next by Date: Re: Tab to edit control, don't want text selected
- Previous by thread: Re: Static variable in dialog box proc
- Next by thread: friend class in template
- Index(es):
Relevant Pages
|