-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to install/ run this program? #13
Comments
You can get the artifact binary in Github Actions. It is just an executable. There is no setup required. |
The artifact for the master branch is remove a long time ago. You can fork the project to trigger the CI workflow. |
The executable from Github Actions doesn't run due to ucrtbased.dll and vcruntime140d.dll being missing. After downloading both files from the web (dll-files.com), the executable gives the error xc00007b. |
@GitSurfin You will need to install visual c runtime from this website. Even though I only build x86 binary, you should install both x64 and x86 versions. Here is the video of how this application works right now. |
Sorry its probably too obvious to ask but how do I run this? I've tried compiling the main.c but its responding with error messages. I want to use this program to troubleshoot my jumpy and defective touchpad so I can easily show it at the service center and get a replacement.
The text was updated successfully, but these errors were encountered: