JoeLee
1
Hello
I am trying the HippoSkin sample, I got rhp and rhs after compile the project.
The registry what I added as below

I am sure the path is correct.
The target of shortcut is : “C:\Program Files\Rhinoceros 5.0 (64-bit)\System\Rhino.exe” /scheme=HippoSkin
But after click this shortcut, Rhino keep no change.
Would you please help me to check what I mistake.
Best regards,
dale
(Dale Fugier)
2
For those watching at home, here is the sample.
https://github.com/mcneel/Rhino5Samples_CPP/tree/master/SampleSkin
and some instructions.
A common mistake is adding the SkinDLLPath entry to HKEY_CURRENT_USER when it needs to be in HKEY_LOCAL_MACHINE.
I just tested this project (again), and it works fine here…