[BUG] Crashing MDE
Visual Studio
1
Posts
1
Posters
4
Views
1
Watching
-
I find that every time I start typing on the last line of a .cpp source file at the file's top scope, I get one letter into the line and devenv dumps core. For example, at the end of one of my files I have:
void CPageYourProfile::SetParent(CPulseDlg* m_pParent) { m_pParent = pParent; } // last line of file
If I were then to go delete "// last line of file", and type LRESULT, I would get the L in, and devenv dumps core and crashes. - Jason (SonorkID 100.611) The Code Project - Orange makes the art grow fonder