Microsoft Foundation Class

Hanumesh Desai 26 Reputation points
2022-12-26T15:45:54.817+00:00

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++
0 comments No comments
{count} votes

Accepted answer
  1. RLWA32 49,536 Reputation points
    2022-12-26T16:02:12.427+00:00

    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.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.