sciter-sdk / go-sciter

Golang bindings of Sciter: the Embeddable HTML/CSS/script engine for modern UI development
https://sciter.com
2.57k stars 268 forks source link

Fix cgo errors for Go 1.15. #257

Closed pravic closed 3 years ago

pravic commented 3 years ago

closes #251 fixes #245

pravic commented 3 years ago

@shumatech @antichown Could you try this?

pravic commented 3 years ago

Interesting. It fails on Windows.

antichown commented 3 years ago

go get -x github.com/sciter-sdk/go-sciter

github.com/sciter-sdk/go-sciter ../../go/src/github.com/sciter-sdk/go-sciter/sciter.go:1052:142: cannot use _cgo1 (type *_Ctype_HWINDOW) as type **_Ctype_struct__GtkWidget in argument to _Cfunc_SciterGetElementHwnd

does not work

pkaftj commented 3 years ago

go get -x github.com/sciter-sdk/go-sciter

github.com/sciter-sdk/go-sciter ../../go/src/github.com/sciter-sdk/go-sciter/sciter.go:1052:142: cannot use _cgo1 (type *_Ctype_HWINDOW) as type **_Ctype_struct__GtkWidget in argument to _Cfunc_SciterGetElementHwnd

does not work

Try this one https://github.com/pkaftj/sciter-go