Page 1 of 1

VS2022 compatibility

Posted: 10 Jun 2022, 09:20
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

Re: VS2022 compatibility

Posted: 10 Jun 2022, 12:43
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.

Re: VS2022 compatibility

Posted: 07 Jul 2022, 10:39
by bertrandremy
thanks a lot! Bertrand