Re: List Control
From: JSmith (jsmithmitra_at_yahoo.com)
Date: 09/30/04
- Next message: GuitarBill: "Re: Global Variable or Not"
- Previous message: Leonardo Lima: "RE: Rotating text in a CDC"
- Next in thread: Scott McPhillips [MVP]: "Re: List Control"
- Reply: Scott McPhillips [MVP]: "Re: List Control"
- Messages sorted by: [ date ] [ thread ]
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]
>
- Next message: GuitarBill: "Re: Global Variable or Not"
- Previous message: Leonardo Lima: "RE: Rotating text in a CDC"
- Next in thread: Scott McPhillips [MVP]: "Re: List Control"
- Reply: Scott McPhillips [MVP]: "Re: List Control"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|