1
Answer

C++ Dll in VC#

Minami

Minami

12y
1.7k
1
Hello,

I have a c++ dll library which I'd like to use in a VC# application. I have read some articles about wrap or DllImport, so I wonder if exist another way how can I use a c++ dll in a c# app?

Answers (1)