c# DllImports from C++

  • Thread starter Thread starter pianoboyCoder
  • Start date Start date
P

pianoboyCoder

Guest
I am currently importing an C++ DLL into C# and the calls are working successfully. However, I am wondering if do I have to three imports to get use all 3 functions you below utilizing the same DLL?


Is these necessary? If so, is the import creating an a new instance of the Dll for the each Dllimport?

1351684.png


pianoboyCoder

Continue reading...
 
Back
Top