Alex
Fri Jul 27 05:31:33 CDT 2007
"rodchar" wrote:
> it compiled but now i'm getting an error when running the
> application:
>
>
http://www25.brinkster.com/rodchar/error200707260308.png
>
> can someone, by any chance, just by looking at the image
> tell what might be
> going on. what i was doing is there's 2 buttons in a
> dialog box and when i
> press 1 button a message box shows the button was clicked.
> but when i click
> the 2nd button i get the error.
Apparently `m_lptc->ParentProc' is garbage. Check whether
`m_lptc' is initialized properly.
> i understand this is probably not enough information but
> i'm so new i don't
> know what else to do until i finish reading petzold (i'm
> on chap3 of the
> tome).
Instead of posting images or videos, just press Ctrl+C when
a message box is in focus. Then paste the text in a
message's body. Don't forget to post the line of code, which
caused an exception, as well.
Alex