badcel / HidApi.Net

A modern cross platform C# binding for HIDAPI
https://badcel.github.io/HidApi.Net/
MIT License
36 stars 7 forks source link

System.DllNotFoundException #100

Closed Hisoka6602 closed 3 months ago

Hisoka6602 commented 3 months ago

System.DllNotFoundException:“Could not find hidapi library tried: hidapi.dll, libhidapi-0.dll”

V1.0.4

badcel commented 3 months ago

Please specify which operating system you are using and where the native HidApi binary is located as it is not part of the nuget package.

If you did not install HidApi on the machine with the exception please install it in a way that it is available to your program.

badcel commented 3 months ago

Closed because of missing information.