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?
pianoboyCoder
Continue reading...
Is these necessary? If so, is the import creating an a new instance of the Dll for the each Dllimport?
pianoboyCoder
Continue reading...