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

html - Difficulties with background-image property -

ios - Segue not passing data between ViewControllers -

visual studio code - What does the isShellCommand property actually do and how should you use it? -