henninglive / logitech-led

Rust bindings for the Logitech Gaming LED Illumination SDK
MIT License
7 stars 1 forks source link

Find and Load dll manually with LoadLibrary at Runtime #7

Closed henninglive closed 6 years ago

henninglive commented 7 years ago

We currently let rust load DLLs for us, we should probably do it ourselves so we can do a lookup by CLSID in the windows registry at runtime like our build script does. This should fix problems that caused by Logitech not adding their DLLs to PATH.