How do I execute a C DLL function call from C#? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 3

How do I execute a C DLL function call from C#?

Do you have any example?

3rd Sep 2018, 9:06 AM
hossein B
hossein B - avatar
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.
3rd Sep 2018, 9:47 AM
Sergey Ushakov
Sergey Ushakov - avatar