Replies: 1 comment
-
I'm not familiar enough with .NET to understand the necessary changes that you're asking. |
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
-
Hello,
I try to compile the C# library for VBA.
I use .NET FrameWork 4.8 with "Make assembly COM-Visible" and "Register for COM Interop" (late binding only).
I had to remove static on Clipper class and set public some class constructors. But COM doesn't like List inheritance.
There is an other solution or I must create a non-static ClipperVBA class as a copy of Clipper class plus all functions to call PathsD, Paths64... List functions.
Thanks,
Regards
Beta Was this translation helpful? Give feedback.
All reactions