C++ Plugin Template for Rhino 6

Hi,

I am using Rhino 7 C++ plugin template.
It works well without issues.

But I would like to create plugin for Rhino 6 as well, since most of our students use Rhino 6.
Is there any template for Rhino 6 C++ ?

You’ll find a link to the Rhino 6 C++ SDK on this page.

1 Like

Thanks

Dear @will ,

I read documentation and it says visual studio 2017.
Is there any way I could compile Rhino 6 C++ plugins using visual studio 2019?

Solution:

  1. Open plugin template in Visual Studio 2017
  2. Save it
  3. Open in 2019 :laughing:
1 Like