Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are Visual C++ library DLLs localized?

We include the Visual C++ runtime libraries when deploying our c++ application on Windows, i.e. using merge modules like Microsoft_VC90_CRT_x86.msm.

Do we need a localized version of those libraries when targeting other languages (Spanish, Portuguese, German, etc.), or are they generic?

If you could provide a link "straight from the source," that would be most helpful. Any practical experience is welcome as well.

like image 243
Dave Mateer Avatar asked Nov 21 '25 20:11

Dave Mateer


1 Answers

MFC has localized DLLs and a merge module to install the appropriate one: http://msdn.microsoft.com/en-us/library/ms235264.aspx

The main Visual C++ runtime doesn't appear to have that.

like image 63
Ben Voigt Avatar answered Nov 23 '25 09:11

Ben Voigt



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!