rainmeter-studio/Docs
Birunthan Mohanathas 04e3376d5a Installer: Include and deploy msvcr110.dll and msvcp110.dll
The msvcr110.dll and msvcp110.dll libraries are now included in the installer and extracted to InstallDir\Runtime\. The VC++ 2012 redistributable package is no longer downloaded and installed.

Rainmeter.exe will first try to load Rainmeter.dll normally. If it fails, it will retry after loading Runtime\msvcp110.dll. This means that our copy of the runtimes will be used only if the system copy is either not present or somehow invalid.

See Building.md for updated build instructions.
2013-10-19 16:49:48 +03:00
..
Building.md Installer: Include and deploy msvcr110.dll and msvcp110.dll 2013-10-19 16:49:48 +03:00
README.md Add Docs directory for source code design documents 2013-06-13 21:58:41 +03:00
UnitTests.md Update UnitTests.md 2013-06-13 22:05:48 +03:00

This directory contains documenation about the Rainmeter source code and is meant only for C/C++ developers. To find documenation about the actual Rainmeter application, visit docs.rainmeter.net.