Using library in c# code
vgdh opened this issue · 2 comments
vgdh commented
Is there any wrapper for using this library from c# code?
gablank commented
Unfortunately, no. However, we have an interface that exposes names using C linkage which you can probably use. See this directory.
vgdh commented
Unfortunately, no. However, we have an interface that exposes names using C linkage which you can probably use. See this directory.
I am not so good in C. Can you please give me some link to example using C linkage in c#?