1
Answer

C++ Dll in VC#

Photo of Minami

Minami

13y
2.1k
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)