-3

how can I call dll from C project to use it in C# ? most of the examples are C++ but the project I have is in C so I need to use the functions for my c# project. any idea ?

  • There's tonnage of doc on this. Hint: Microsoft calls C++ code "unmanaged" and C# code "managed." – O. Jones May 25 '22 at 22:42
  • Check this post https://stackoverflow.com/questions/11425202/is-it-possible-to-call-a-c-function-from-c-net – Mohi May 25 '22 at 23:02

0 Answers0