I'm trying to use the rbclipper library in sketchup 2017 pro x64 using this tutorial:
http://dagrende.blogspot.be/2011/08/install-rbclipper-in-sketchup-8.html
But instead of ruby 1.8.7 I used 2.2.4 and instead of DevKit-tdm-32-4.5.2-20110712-1620-sfx.exe I used DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe
When I try running it in Sketchup I get this error
require 'clipper'
Error; #<LoadError; 126; The specified module could not be found. - C;/Users/maarten/AppData/Roaming/SketchUp/SketchUp 2017/SketchUp/Plugins/clipper.so>
C;/Program Files/SketchUp/SketchUp 2017/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb;54;in `require'
C;/Program Files/SketchUp/SketchUp 2017/Tools/RubyStdLib/rubygems/core_ext/kernel_require.rb;54;in `require'
<main>;in `<main>'
SketchUp;1;in `eval'
What am I doing wrong?