Using a C++ code in a c# program
C#
2
Posts
2
Posters
0
Views
1
Watching
-
i want to know how i can use a header file and *.dll written by C++ in a c# code. Thank you Ahmed Ismail
-
i want to know how i can use a header file and *.dll written by C++ in a c# code. Thank you Ahmed Ismail
Hello You either use P/Invoke[^] or use COM InterOp[^]
Regards:rose: