Visual C++ Rhino 5.0 plugin

Hello,

I am trying to follow the instructions found on the following page to create a first rhino plugin:
http://developer.rhino3d.com/guides/cpp/your_first_plugin_windows/
but I do not find the Rhino 5.0 Visual C++ plugin in visual studio 2010.

I have the Rhino dll’s installed in :
C:\Program Files\Rhinoceros 5 (64-bit)\System

Also I looked into the
https://visualstudiogallery.msdn.microsoft.com/16053049-7db2-4c9f-961a-53274ac92ace

but could not find anything similar for visual c++.

Any help with how to install
Rhino 5.0 Plug-in Visual C++
Rhino 5.0 Skin DLL

in visual studio 2010 would be very much appreciated.

Best regards,
Sunayana

Have you followed these instructions first?

http://developer.rhino3d.com/guides/cpp/installing_tools_windows/

Have you downloaded and installed the Rhino 5 C++ SDK (a link on the page above)?

Thank you very much for your reply Dale, I got a pc at work which came with Rhino installed. Apparently it came with Rhino 5 C++ SDK installed but I do not know how to find it.

So my question is whether Rhino 5.0 SDK installation will not write over any of the dll’s installed in
C:\Program Files\Rhinoceros 5 (64-bit)\System
in this case I might destroy the current development environment.

Is there a work around, or could you tell me where does the setup for Rhino SDK installs everything?

Thank you very much,

Best regards,
Sunayana

The Rhino SDK does not install anything in the Rhino folder…

Thanks a ton Dale!

It worked perfectly.

Best regards,
Sunayana

Now that you are up and running, you might want to check out the Rhino 5 samples repo:

:slight_smile: Thank you very much. I am looking at it.

Best regards,
Sunayana