Closed Echolaitoc closed 5 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
Fixed in #6.
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