MFC source code

  • Thread starter Thread starter acjohnson55
  • Start date Start date
A

acjohnson55

I recently attempted to install VC++ 6.0 SP6, but decided to reinstall
the original program from scratch, after my program began to crash
during debugging. Now when I try to debug my application, it won't let
me step into MFC functions, which makes it pretty much impossible to
find out what's going on in my program. I also can't see the call
stack, all it gives me is this:

CIlliniDoc::AddNewSwath(Swath * 0x00434c80 {Swath}, CSize {cx=9600
cy=312}) line 136
CMainFrame::OnEditAddnewswath() line 251
MFC42D! 5f4398cc()
MFC42D! 5f439ffb()
MFC42D! 5f465e6d()
MFC42D! 5f4691da()
MFC42D! 5f431f33()
MFC42D! 5f464be6()
MFC42D! 5f4690cd()
MFC42D! 5f431135()
MFC42D! 5f4310b8()
MFC42D! 5f42ec09()
MFC42D! 5f42f0f5()
MFC42D! 5f49265d()
USER32! 77d48734()
USER32! 77d48816()
USER32! 77d4b4c0()
 
I recently attempted to install VC++ 6.0 SP6, but decided to reinstall
the original program from scratch, after my program began to crash
during debugging. Now when I try to debug my application, it won't let
me step into MFC functions, which makes it pretty much impossible to
find out what's going on in my program. I also can't see the call
stack, all it gives me is this:

silly question maybe, but did you install the MFC sources?

--

Kind regards,
Bruno van Dooren
(e-mail address removed)
Remove only "_nos_pam"
 
Back
Top