TaranVH / 2nd-keyboard

ALL of Taran's scripts - not just for the 2nd keyboard.
https://www.youtube.com/watch?v=O6ERELse_QY
1.65k stars 538 forks source link

Add the 32-bit Visual C++ Redistributable DLLs needed by intercept.exe. #152

Closed edwinst closed 2 years ago

edwinst commented 2 years ago

Dear Taran,

Thanks for your great tutorials about macro keyboards! So far, I followed the "Interception" path. I ran into some problems because intercept.exe as hosted by you would not work on my Windows 10 system (a recent install from Dec 2021) due to missing 32-bit DLLs. I found out about these DLLs and how to get them, see my additions to README.md.

This pull request adds the needed DLL files for convenience and also explains how to get the original files from Microsoft. Please consider to pull, so other will not run into this annoying problem!

best regards

Edwin

Commit comment:

These 32-bit versions may be missing on newer 64-bit Windows installs. (They were missing in my rather recent Windows 10 setup as of Dec 2021.) Also add corresponding notes and steps for obtaining the original DLLs from Microsoft to the README.