-
Notifications
You must be signed in to change notification settings - Fork 247
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
failed install on Windows 10 Home 64 bit #80
Comments
I have the same problem on go version go1.10.2 windows/amd64. Build is broken. To be compatible with 64-bit go, line 1040 of user32.go probably needs to be changed from
to
I changed it in my local copy and the compile error went away and the package built without any problems. I don't use RedrawWindow though so I don't know if the function breaks. And my knowledge of the syscall package is pretty much nonexistent so I can't be 100% sure this change is correct. |
Working version (https://github.com/jessehager correction): |
Does the |
Yes, |
I have an actively maintained fork which I use to create both 32 and 64 bit applications, both for work and for private projects. It has diverged quite a bit from this original fork. You could give it a try instead: |
when running go install it returns with
.\user32.go:1039:10: cannot use flag (type uint32) as type uintptr in argument to procRedrawWindow.Call
The text was updated successfully, but these errors were encountered: