M
MrPugh
Hi!
I have a strange problem:
I need to wrap a C-function in a native DLL into a C#-class. This
function expects one C-function pointer out of a set of some
C-functions defined in the same DLL.
How can I access and pass such a C-function pointer to a C-function out
of C#?
Thank You!
Ruben
I have a strange problem:
I need to wrap a C-function in a native DLL into a C#-class. This
function expects one C-function pointer out of a set of some
C-functions defined in the same DLL.
How can I access and pass such a C-function pointer to a C-function out
of C#?
Thank You!
Ruben