A release build of an MFC application should not require anything other than the release version of any DLL dependencies. The absence of debug version DLLs should have no impact on the release build of an MFC Application.
Microsoft Foundation Class
Hanumesh Desai
26
Reputation points
Hi There,
Greetings!
I have some clarifications on the following DLL's.
Mfc42d.dll
MFCD42D.dll
MSVCRTD.dll
MFCO42D.dll
These DLL's supports "debugging" (software testing) during software development. The Release versions should not make use of these debug dll files.
Please clarify these DLL's if not there what is the impact on Application.
Developer technologies C++
3,972 questions