rodrigocfd / windigo

Windows API and GUI in idiomatic Go.
https://pkg.go.dev/github.com/rodrigocfd/windigo
MIT License
417 stars 23 forks source link

GetWindowLongPtrW&SetWindowLongPtrW Not found. #9

Closed tiansin closed 2 years ago

tiansin commented 2 years ago

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.

tiansin commented 2 years ago

Can it be?

GetWindowLongW & SetWindowLongW

rodrigocfd commented 2 years ago

Can it be?

GetWindowLongW & SetWindowLongW

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