Friday, April 18, 2014

Error #error : Building MFC application with /MD[d] (CRT dll version) requires MFC shared dll version

This Occurs when you Use MFC dependcy in VC++ other than MFC Application

How to Remove This Error:

In Visual Studio

Goto Project->Properties->Configuration Properties->General

You can see a Row Named Use of MFC from that Select Use MFC in a Shared DLL from Combo Box
then click Apply and Ok the error is removed after a Build :)

No comments:

Post a Comment