AllenDang / w32

A wrapper of windows apis for the Go Programming Language.
Other
766 stars 246 forks source link

cannot use flag (type uint32) as type uintptr in argument to procRedrawWindow.Call #86

Open marxangels opened 5 years ago

marxangels commented 5 years ago
C:\Windows>go get -u "github.com/AllenDang/w32"
# github.com/AllenDang/w32
AllenDang\w32\user32.go:1039:10: cannot use flag (type uint32) as type uintptr in argument to procRedrawWindow.Call

go1.13 windows version 10

naikrovek commented 5 years ago

As mentioned in issue #80, use https://github.com/TheTitanrain/w32

gonutz commented 4 years ago

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:

https://github.com/gonutz/w32