Skip to content

Unable to install with Go 1.0.2 #9

Description

@Philipp15b

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions