c++ - Does a normal Windows Installation include the MFC100.dll? -


easy question, can't google answer.

does normal windows installation include mfc100.dll libary? if so, since when mfc100.dll come windows installation , not vc+ redist 2010? , why isn't windows 10 including newer version of mfc (mfc120.dll)

path mfc dll file windows(syswow64)\mfc100.dll

sorry horrible english, i'm not native speaker.

don't rely on mfc dll being installed on windows.

msdn says:

if dynamically link application mfc library, have redistribute msvcr100.dll because mfc dlls use shared version of c run-time library (crt). have redistribute mfc100u.dll or mfc100.dll.

msdn blog says:

windows not mfc delivery channel

there no if or when. need mfc dll? must install it. , take care install version linked against (might change visual studio service pack).


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -