
Problems debugging MFC under VC 4.2 with separate VC 5.0 installation present
Quote:
> I installed VC 5.0 beside a previous VC 4.2 installation.
> I can still work with my 4.2 installation.
> The only problem I have is if I try to debug an
MFC application:
> I can't see the symbolic information of MFC libraries.
> The .pdb files seem to be o.k..
> Even the deeinstalltion of VC 5.0 doesn't help! There must be a
> irreversible change in the registry or something like that.
> Can someone help me?
> Juergen Biermann
The Readme file in VC5.0 clearly tells you that this will happen. They
have changed the format for debug information.
--