C++ Template file

Hi,

I am trying to use C++ template.

My Rhino is up to date
And I downloaded the latest C++ SDK.

After loading the plugin file I get this message:


How to solve this issue?

False Alarm. Works good.

This logo:
This Rhino is up-to-date.
Is actually showing wrong information.
The only way to know if rhino is up to date is by pressing button Check Now…

Interesting why C++ developers must have the latest version.
Would such plugin work on earlier version of Rhino (let say 6.5 build) ?

1 Like

Hi @Petras_Vestartas,

C++ plug-ins will only load in Rhino whose version number is greater than or equal to the version number of the Rhino C++ SDK it was built with.

– Dale

1 Like