nneonneo / ofxWin8Touch

Windows 8 touch driver for OpenFrameworks using WM_POINTER events
21 stars 6 forks source link

64bit support #3

Closed Echolaitoc closed 5 years ago

Echolaitoc commented 7 years ago

ofxWin8Touch does not compile for 64 bit configurations because GWL_WNDPROC is not defined. The problem rises from line 188 in ofxWin8Touch.cpp and can be fixed by using GWLP_WNDPROC instead, as described here http://stackoverflow.com/a/18178661

nneonneo commented 5 years ago

Fixed in #6.