C# support #6
matbee-eth
started this conversation in
General
Replies: 1 comment
-
You cannot use P/Invoke as that requires C exports function to work (C has a stable binary ABI, but C++ does not). However there are a number of options for you:
You could also port this lib to C#, this would however take some time. |
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
-
Would be curious how to consume this in a C# project- I've added the nuget package but can't quite seem to load the dll's or run a function using P/Invoke
Beta Was this translation helpful? Give feedback.
All reactions