rodrigocfd / windigo

Windows API and GUI in idiomatic Go.

Home Page:https://pkg.go.dev/github.com/rodrigocfd/windigo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GetWindowLongPtrW&SetWindowLongPtrW Not found.

tiansin opened this issue · comments

Failed to find GetWindowLongPtrW procedure in user32.dll: The specified procedure could not be found.
Failed to find SetWindowLongPtrW procedure in user32.dll: The specified procedure could not be found.

Can it be?

GetWindowLongW & SetWindowLongW

Can it be?

GetWindowLongW & SetWindowLongW

Yes, in 32-bit environments. Some constants are also different, so it'll need some rework.