Re: [Iup-users] New Go bindings

2022-05-31 Thread Milan Nikolic
Pete, the requirements are already in go.mod file, where it states it needs 1.17. Not sure from which version, you would get a warning if you try to use the lower version. But I think your version was too old for that warning :) Glad you like it. Milan On Tue, May 31, 2022 at 6:39 PM Pete Lomax

Re: [Iup-users] New Go bindings

2022-05-31 Thread Pete Lomax via Iup-users
I've been looking for something like this for years! >I know there were previous attempts aye, I'd found three of 'em, and couldn't get any of them to work It only worked (on Windows, "go get github.com/gen2brain/iup-go/iup") after I upgraded Go from 1.16 to 1.18.2, the requirements should

Re: [Iup-users] New Go bindings

2022-05-31 Thread Antonio Scuri
Hi, Thanks for the contributions! Best, Scuri Em ter., 31 de mai. de 2022 às 04:28, Milan Nikolic escreveu: > Hi, > > I just released the bindings for Go at https://github.com/gen2brain/iup-go > . > I know there were previous attempts, my bindings include IUP C source code > that is

[Iup-users] New Go bindings

2022-05-31 Thread Milan Nikolic
Hi, I just released the bindings for Go at https://github.com/gen2brain/iup-go. I know there were previous attempts, my bindings include IUP C source code that is compiled together with bindings. That means it is enough to just `go build` your app, or add tags like `gtk` to force GTK+ on macOS