How do I execute a C DLL function call from C#? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answer
+ 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