hello rhino-user
about the version rhino8 sdk , which version will be used , Visual Studio 2022 ?
regards
Laurent
hello rhino-user
about the version rhino8 sdk , which version will be used , Visual Studio 2022 ?
regards
Laurent
Hi @eraud,
As of today, the Rhino 8 WIP is built with the Visual Studio 2019 (v142)
platform toolset. Thus, you should be able to use either VS 2019 or VS 2022 for C++ plug-in development.
– Dale
dear Dale ,
thanks ,for the moment rhino8 is a WIP , do you think the Release Version will only be associated to VS 2022 ?
Laurent
Dear Dale ,
After downloading the SDK of rhino8 and latest version of rhino8 , I compile a plugin for rhino8 and I get an error as you can see with attached file , I use VisualStudio2019
I need to change some code in my plugin or may be wiat for the Release Version of rhino8?
thanks
Laurent
Hi @eraud,
If you are using this:
https://www.rhino3d.com/download/rhino-sdk/8/latest/
then you’ll need to test with this.
https://www.rhino3d.com/download/rhino-for-windows/evaluation/
Does this help?
– Dale
Dear Dale ,
very good , about visual2022 or visual2019 for rhino8 , do you know the decision or it is may be ?
thanks
Laurent
To write C++ plugins for Rhino 8 using the Rhino 8 C/C++ SDK, you will need a version of Microsoft Visual Studio that includes the Visual Studio 2019 (v142) platform toolset.
So either VS2019 or VS2022 will work.
– Dale