Re: List Control

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: JSmith (jsmithmitra_at_yahoo.com)
Date: 09/30/04


Date: Thu, 30 Sep 2004 11:32:08 -0700

Thanks, is there any resource on the web to learn how to work with view
stack in VC++?
I haven't found any book on this.

Thanks agian

"Scott McPhillips [MVP]" <org-dot-mvps-at-scottmcp> wrote in message
news:OJ00UqopEHA.3988@tk2msftngp13.phx.gbl...
> JSmith wrote:
> > Hello,
> >
> > When I create a member variable (Category: Control) for the list control
in
> > my application a nasty "Debug Assertion Failed" message comes up.
Refering
> > to "wincore" application.
> >
> > How can I fix this?
> >
> > Thanks,
> >
> >
>
> Start by learning a lot more about it using the tools at hand. When the
> assertion occurs the debugger stack window will show you who called
> whom, making it possible to trace the source of the problem up a few
> layers to a particular line in your code. If you have the MFC source
> code installed (you should) you would also be able to read the exact
> line of MFC code that asserted, and the class and function it resides
> in, and therefore gather a lot more clues as to what went wrong.
>
> --
> Scott McPhillips [VC++ MVP]
>



Relevant Pages

  • Re: CAS,Stackwalk and code reuse
    ... You will need to make the assertion inline in your method in order for it to ... Statemen ts to elevate CAS ... how it CAS work .It's evaluated for a stack walk and not for a thread.. ... 3)Code snipet now in VS 2005..but I am not sure if snipet work in ...
    (microsoft.public.dotnet.security)
  • Re: Interesting NLHE hand in SnG this morning
    ... Interesting assertion, and one which I disagree with profoundly. ... I play the same Party games as you. ... chip stack on proportion to the blinds, ... and AA again to wipe out the third place player. ...
    (rec.gambling.poker)
  • Re: Debug Assertion Failed
    ... Add your command handler code here ... When you get an assertion error, make sure you are running under the ... If you look at the call stack between your code and where the ...
    (microsoft.public.vc.mfc)
  • Re: Debug Assertion Failed
    ... when i create a new second form and add in FileOnPrint and FileOnPrintPreview command from the MFC classwizard. ... When you get an assertion error, make sure you are running under the debugger and look at what the assertion says. ... If you look at the call stack between your code and where the assertion happens then you may see what has gone wrong. ...
    (microsoft.public.vc.mfc)