+ 3
How do I execute a C DLL function call from C#?
Do you have any example?
1 Resposta
+ 1
look at the managed c++. It is intermediate layer between virtual machine and native code. It is able to provide module interface available in C# and operate with low level functional like dllopen.