G
Guest
I have an API (*.DLL) written with C/C++ language, I successfully import the
functions from C# application by :
[Imprt....]
static extern ................
Now:
How can I do the same with Class? How to import an class from API
written with C++ language to C# (My application).
functions from C# application by :
[Imprt....]
static extern ................
Now:
How can I do the same with Class? How to import an class from API
written with C++ language to C# (My application).