lxn / win

A Windows API wrapper package for the Go Programming Language
Other
1.19k stars 313 forks source link

Panic in last round of commits #39

Closed swiftdv8 closed 6 years ago

swiftdv8 commented 6 years ago

I'm running Win10 pro, all up to date

I'm using another package: https://github.com/sciter-sdk/go-sciter which has this as a dependency, I'm sorry I didn't capture the panic but it was pointing at this line here and failing during init:

https://github.com/lxn/win/blob/master/comctl32.go#L252

which I guess was not getting the address it wanted.

I checked out #1e0d6a9229bfb5986ba8b54e2ffc827233faa3e4 and the issue was resolved

Apologies this is not more thorough, if its not obvious shout back and Ill try recreate and grab any extra info you need

lxn commented 6 years ago

Please try if it works with latest changes.

lkarlslund commented 6 years ago

Yes, it does @lxn

lxn commented 6 years ago

Thanks