Getting ASSERT on one machine but NOT the other
- From: Jimbo_Jimbob_Jiminator <JimboJimbobJiminator@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 17 Dec 2008 07:54:24 -0800
I have VS2k5 (MFC, C++) installed on two computers. I have a project checked
into version control (StarTeam). I checked it out and compiled it in "debug
build" on two PC's. On one PC it exits just fine when I click the 'X' on the
banner bar.
However, on the other PC, I am getting an ASSERT in:
BOOL PASCAL CWnd::WalkPreTranslateTree(HWND hWndStop, MSG* pMsg)
at:
ASSERT(hWndStop == NULL || ::IsWindow(hWndStop));
Any idea why it behaves differently on two machines?
Jim
.
- Follow-Ups:
- Re: Getting ASSERT on one machine but NOT the other
- From: Jonathan Wood
- Re: Getting ASSERT on one machine but NOT the other
- From: Joseph M . Newcomer
- Re: Getting ASSERT on one machine but NOT the other
- Prev by Date: Re: library project
- Next by Date: Re: File not getting deleted.
- Previous by thread: File not getting deleted.
- Next by thread: Re: Getting ASSERT on one machine but NOT the other
- Index(es):
Relevant Pages
|