djpnewton / vmulti

Virtual Multiple HID Driver (multitouch, mouse, digitizer, keyboard, joystick)
MIT License
401 stars 170 forks source link

Provide driver binaries #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Would it be possible to provide compiled drivers, for developers who would like 
to experiment with client-side code only (and who do not have Visual Studio + 
WDK but another compiler?)

Original issue reported on code.google.com by fin...@gmail.com on 26 Aug 2014 at 1:01

gbraad commented 6 years ago

I would appreciate this. Especially since it seems there might be a regression with the latest version of Windows 10 (1709) in which the driver does not register correctly (eg. with the driver included with http://www.sunnysidesoft.com/virtualtablet/). I would like to track down what causes this http://forum.sunnysidesoft.com/t/driver-not-recognized-properly-on-winpro10-1709-regression/211, as the developer of this application hasn't been responsive since December when this issue got filed.

Funmungus commented 6 years ago

I would also like this. I may not get to it soon, but I planned on using the instructions here: https://docs.microsoft.com/en-us/windows-hardware/drivers/develop/signing-a-driver-for-public-release I have a personal Let's Encrypt key that I can use as a test subject. If this issue is not resolved by the time I get around to it, then I will update with my results.

rakshith-ravi commented 4 years ago

Hey @Funmungus. Would you happen to have a pre-compiled binary for this that we can use on our projects?

hsinyu-chen commented 3 years ago

@rakshith-ravi does we need public CA for driver singing? Let's Encrypt only provide 3 month length duration

rakshith-ravi commented 3 years ago

I suppose for now we don't need a signed binary, any binary would do, but I'm not sure