How to import following C DLL function to C# ? [ I am still waiting .... :( ] [Wating no more :)]
C#
2
Posts
2
Posters
0
Views
1
Watching
-
:( I have a native C DLL which contains the following function: int FOO( UINT A, UINT B, int X, int Y, void *(*get_Z)(int, int, void*), void* I, int G, int* &K, int* &L ) throw () ; What should I do to be able to use it in my C# program. The solution: this link[^] Thanks to Henry Minute Roman
modified on Tuesday, April 21, 2009 7:35 AM
-
:( I have a native C DLL which contains the following function: int FOO( UINT A, UINT B, int X, int Y, void *(*get_Z)(int, int, void*), void* I, int G, int* &K, int* &L ) throw () ; What should I do to be able to use it in my C# program. The solution: this link[^] Thanks to Henry Minute Roman
modified on Tuesday, April 21, 2009 7:35 AM