Replies: 2 comments 1 reply
-
The fact that the precompiled DLLs work and yours don't strongly suggests it's a problem with how you're compiling. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I expect so (pun intended), but I don't have any experience with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all, @AngusJohnson, you did a nice job on Clipper2, thanks.
I'm currently improving an open source SketchUp's extension called OpenCutList to be able to analyze part geometry. Using Clipper2 could solve a nice part of the problem with good performances.
Then the main question is What is the best way to make Ruby and Clipper2 work together on MacOS and Windows ?
Context :
What I try :
libClipper2.1.2.3.so
(with cmake on MacOS) and load it through Fiddle in SketchUp. It failed to load functions described inclipper.export.h
libClipper2.so
with C exports ?)In advance, thank you for your answser and have a nice day !
Beta Was this translation helpful? Give feedback.
All reactions