C++ 2010 and 2013 Redistributable kits - End of Life

🙋 If you want a new feature or a change to the software then add your request here.

If it's not here then it's not going to happen.
GrandDixence
Posts: 2
Joined: Tue Dec 03, 2024 9:38 pm

C++ 2010 and 2013 Redistributable kits - End of Life

#1

Unread post by GrandDixence »

SDR Console v3.3 still needs MS Visual C++ 2010 and 2013 Redistributable kits.
https://www.sdr-radio.com/CppRedistributables

MS Visual C++ 2010 and 2013 Redistributable kits are end-of-life products (EoL):
https://learn.microsoft.com/en-us/cpp/w ... w=msvc-170

Only the MS Visual C++ Redistributable for Visual Studio 2015-2022 is supported by Microsoft.

Microsoft fix any known security issues in the 2015-2022 redistributable kit with public available security updates. CVE-2024-43590 is a good example:
https://www.cve.org/CVERecord?id=CVE-2024-43590

Microsoft do not fix any known security issue in the 2010 and 2013 redistributable kits.

Could you please remove this dependencies in SDR Console to MS Visual C++ 2010 and 2013 Redistributable kits? Thank you.

And please change server port of this forum from TCP 4499 to TCP 443. Some strict firewalls block https traffic outside port TCP 443.

jdow
Posts: 964
Joined: Mon Aug 10, 2020 8:17 pm

Re: C++ 2010 and 2013 Redistributable kits - End of Life

#2

Unread post by jdow »

GrandDixence wrote: Tue Dec 03, 2024 10:17 pm SDR Console v3.3 still needs MS Visual C++ 2010 and 2013 Redistributable kits.
https://www.sdr-radio.com/CppRedistributables

MS Visual C++ 2010 and 2013 Redistributable kits are end-of-life products (EoL):
https://learn.microsoft.com/en-us/cpp/w ... w=msvc-170

Only the MS Visual C++ Redistributable for Visual Studio 2015-2022 is supported by Microsoft.

Microsoft fix any known security issues in the 2015-2022 redistributable kit with public available security updates. CVE-2024-43590 is a good example:
https://www.cve.org/CVERecord?id=CVE-2024-43590

Microsoft do not fix any known security issue in the 2010 and 2013 redistributable kits.

Could you please remove this dependencies in SDR Console to MS Visual C++ 2010 and 2013 Redistributable kits? Thank you.
What happens if you unload those two redistributable kits?
And please change server port of this forum from TCP 4499 to TCP 443. Some strict firewalls block https traffic outside port TCP 443.
No can do. Simon already has 433 in use as I recall. Oops, he has it in use already by this forum. You just have to click by the certificate warning. I just tried it.

{^_^}

GrandDixence
Posts: 2
Joined: Tue Dec 03, 2024 9:38 pm

Re: C++ 2010 and 2013 Redistributable kits - End of Life

#3

Unread post by GrandDixence »

I'm landing in the dll hell if i deinstall any of this two redistributable kits.
viewtopic.php?p=3722

And i receive a warning message while loading https://forum.sdr-radio.com:443
viewtopic.php?p=84

Simply no way way forward.

jdow
Posts: 964
Joined: Mon Aug 10, 2020 8:17 pm

Re: C++ 2010 and 2013 Redistributable kits - End of Life

#4

Unread post by jdow »

Do not uninstall them. They can live happily with other redistributable kits.

{^_^}

Post Reply