gform icon indicating copy to clipboard operation
gform copied to clipboard

Unable to install with Go 1.0.2

Open Philipp15b opened this issue 12 years ago • 2 comments

When running go get github.com/AllenDang/gform I get the following error messages:

C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\app.go:16: cannot use 8 (type uint) as type uint32 in assignment
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\bitmap.go:22: cannot use dib.DsBmih.BiWidth (type int32) as type int in field value
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\bitmap.go:23: cannot use dib.DsBmih.BiHeight (type int32) as type int in field value
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\canvas.go:65: cannot use rc.Left (type int32) as type int in function argument
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\canvas.go:65: cannot use rc.Top (type int32) as type int in function argument
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\canvas.go:65: cannot use rc.Right (type int32) as type int in function argument
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\canvas.go:65: cannot use rc.Bottom (type int32) as type int in function argument
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\canvas.go:81: cannot use w32Rect.Left (type int32) as type int in function argument
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\canvas.go:81: cannot use w32Rect.Top (type int32) as type int in function argument
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\canvas.go:81: cannot use w32Rect.Right (type int32) as type int in function argument
C:\Users\Philipp\go-workspace\src\github.com\AllenDang\gform\canvas.go:81: too many errors

Philipp15b avatar Mar 26 '13 21:03 Philipp15b

Same here. go version go1.1.1 windows/386

felipebueno avatar Jul 12 '13 20:07 felipebueno

I'm using go 1.7 and problem so far

patratacus avatar Jan 05 '17 21:01 patratacus