VS2022 compatibility

Questions regarding the use of the C++ SDK for Server or Client development or integration into customer products ...

Moderator: uasdkcpp

Post Reply
bertrandremy
Jr. Member
Jr. Member
Posts: 2
Joined: 01 Sep 2020, 07:31

VS2022 compatibility

Post by bertrandremy »

Hello,
is the c++ SDK binary Edition 1.7.7 comptaible with the latest VS2022 ?

it is mentionned :
This SDK was compiled with Microsoft(TM) Visual Studio vs2015
and thus depends on the runtime components (CRT) of MS Visual Studio vs2015.

but as we know there is compatibility since VS2015
https://docs.microsoft.com/en-us/cpp/porting/binary-compat-2015-2017?view=msvc-170

does it work?
thanks
Bertrand

User avatar
Support Team
Hero Member
Hero Member
Posts: 3064
Joined: 18 Mar 2011, 15:09

Re: VS2022 compatibility

Post by Support Team »

Hi,

the VS2015 used one of the first C-Runtime Version 14.x series, and regarging MS these are compatible until latest v14.32 as of VS2022. That said there should be no problem, however you can easily give it a try with the evaluation edition (which is similar precompiled binary). Your recompile the examples with the VS2022 and you link the SDK precompiled binary libraries as of VS2015.

Note, if you purchase the source code edition you can compile all SDK libraries yourself against whatever C-Runtime you prefere.
Best regards
Unified Automation Support Team

bertrandremy
Jr. Member
Jr. Member
Posts: 2
Joined: 01 Sep 2020, 07:31

Re: VS2022 compatibility

Post by bertrandremy »

thanks a lot! Bertrand

Post Reply