I have a VC++ managed app that was built and tested against VC80.CRT version 8.0.50727.762.I verified that the embedded manifest points to 762, and the build machine has 762 as the latest VC80.CRT ver
Consider this scenario: An application links to 3rd party library A. A is built using MSVC 2008 and is statically linking (ie. built with /MT) to the C Runtime Library v9.0.
I have exactly the problem described here (i\'m getting those linker errors when trying to add MFC to my project):
This is part of a series of at least two closely related, but distinct questions. I hope I\'m doing the right thing by asking them separately.
This is part of a series of at least two closely related, but distinct questions. I hope I\'m doing the right thing by asking them separately.