apmorton / pyhidapi

hidapi bindings in ctypes
MIT License
112 stars 42 forks source link

Use c calling convention instead of stdcall for hidapi.dll #18

Closed Qbicz closed 5 years ago

Qbicz commented 5 years ago

hidapi.dll (Windows library) does not use the stdcall calling convention. So it's safe to move the hidapi.dll library into the library_paths list

Qbicz commented 5 years ago

Submitted by error, I wanted to target my fork. Anyway, it looks like it was a trigger for you to take care of #12 and #13. Thanks!