lxn / walk

A Windows GUI toolkit for the Go Programming Language
Other
6.84k stars 884 forks source link

undefined win.HDHITTESTINFO #670

Closed senys closed 4 years ago

senys commented 4 years ago

I've get walk. And run some sampleCode. So, following error occurred.

 [myroot]\go\pkg\mod\github.com\lxn\walk@v0.0.0-20191128110447-55ccb3a9f5c1\tableview.go:2449:10: undefined: win.HDHITTESTINFO

And , I cannot found win.HDHITTESTINFO in srccode.

OS windows10 64bit

kjk commented 4 years ago

You need to update lxn\win package e.g. with go get -u github.com\lxn\win

senys commented 4 years ago

Thanks! It worked.

kjk commented 4 years ago

@lxn adding go.mod would fix issues like that