kakwa / libemf2svg

Microsoft (MS) EMF to SVG conversion library
GNU General Public License v2.0
95 stars 32 forks source link

How to use this code as library and work with c# #34

Closed csjatin closed 3 years ago

csjatin commented 3 years ago

Can't work with c# code

kakwa commented 3 years ago

I've no idea in details, and supporting the binding to another language is outside the scope of this library.

But if you need to use this library in C#, you will need to create a C to C# binding (https://stackoverflow.com/questions/11425202/is-it-possible-to-call-a-c-function-from-c-net)