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

Issue in getting the package... #250

Closed harshaldhone closed 3 years ago

harshaldhone commented 3 years ago

When I run the command "go get -x github.com/sciter-sdk/go-sciter" it is giving me error "cannot use _cgo1 (type *_Ctype_HWINDOW) as type **_Ctype_struct__GtkWidget in argument to _Cfunc_SciterGetElementHwnd" How to resolve it?

pravic commented 3 years ago

245