hi,
is it a mamanged or a unmanaged dll? If it is a unmanaged you can’t add it as dependency via Project-Expolerer. You have to call the funcitons from the dll via System.Runtime.InteropServices.
also see
hi,
is it a mamanged or a unmanaged dll? If it is a unmanaged you can’t add it as dependency via Project-Expolerer. You have to call the funcitons from the dll via System.Runtime.InteropServices.
also see