antonio

antonio

  • 1.6k
  • 17
  • 328

how to create dll funct in c# and call them in dll written in c++

Dec 27 2023 9:58 AM

I would like to write functions within one or more DLLs written in C# and be able to recall them and use them in another program written in C++, can you help me understand how to do it?
Could you provide me with an example code?
I wouldn't want to use signed libraries

Thanks in advance


Answers (4)