I have a DLL non .net and unmanaged written in Borland C++ that I need to import. It returns void and has the identifier __stdcall on the function. It also requires passing of c
To use DllImport, you don't need to add a reference of the dll, just put the dll beside your executable or in system32 and it should work.