jsmorley
Member
Stangowner,
We have updated the development environment for Rainmeter 3.3 r2493 (release candidate 1) to VS2015, and this is causing a bit of an issue with the HWiNFO plugin for Rainmeter.
The issue is that you are apparently dynamically linking to the VS2013 CRT runtime libraries, and we are no longer shipping any runtimes with Rainmeter. This is causing any user who does not have the VS2013 runtimes actually installed on their system to have to get it and install it from https://www.microsoft.com/en-us/download/details.aspx?id=40784 in order to use your plugin.
https://forum.rainmeter.net/viewtopic.php?p=118309#p118309
It would be much better if you statically linked to the CRT Dll's that you need, then separate installation would not be required on the user's computer.
https://msdn.microsoft.com/en-us/library/2kzt1wy3.aspx
You might want to use /MT for Release builds.
It wouldn't be enough to just start using VS2015 yourself, if you continue to dynamically link to the runtimes. We don't ship any runtimes at all with Rainmeter anymore, we statically link to what we need in the app and built-in plugins.
HWiNFO and the HWiNFO Rainmeter plugin are hugely popular with Rainmeter users, so I hope we can address this sometime soon. We plan on a "release" of Rainmeter 3.3 in about a week or so.
Jeffrey Morley
The Rainmeter Team
We have updated the development environment for Rainmeter 3.3 r2493 (release candidate 1) to VS2015, and this is causing a bit of an issue with the HWiNFO plugin for Rainmeter.
The issue is that you are apparently dynamically linking to the VS2013 CRT runtime libraries, and we are no longer shipping any runtimes with Rainmeter. This is causing any user who does not have the VS2013 runtimes actually installed on their system to have to get it and install it from https://www.microsoft.com/en-us/download/details.aspx?id=40784 in order to use your plugin.
https://forum.rainmeter.net/viewtopic.php?p=118309#p118309
It would be much better if you statically linked to the CRT Dll's that you need, then separate installation would not be required on the user's computer.
https://msdn.microsoft.com/en-us/library/2kzt1wy3.aspx
You might want to use /MT for Release builds.
It wouldn't be enough to just start using VS2015 yourself, if you continue to dynamically link to the runtimes. We don't ship any runtimes at all with Rainmeter anymore, we statically link to what we need in the app and built-in plugins.
HWiNFO and the HWiNFO Rainmeter plugin are hugely popular with Rainmeter users, so I hope we can address this sometime soon. We plan on a "release" of Rainmeter 3.3 in about a week or so.
Jeffrey Morley
The Rainmeter Team