Open yangyangcv opened 8 years ago
@yangyangcv Hi, I have the same problem . Have you found the solution?
@trentbrooks Hey, I really want to use this addon on windows 7 with oF verison0.9.8. I came the same error "unable to find an entry point named GetPointerInfo in USER32.dll" even though I commented out #define USE_WM_POINTER_EVENTS I'm looking forward to your suggestion! Please!
Hey, sorry - i don't have access to a win7 machine, so not sure why it's not working anymore. It was working a few years ago, you have to comment out #define USE_WM_POINTER_EVENTS- that's only for win8+10.
sorry for the disturb. i'm using ofxwintouchhook. it works great on windows10. but it cannot get touch event on windows7. i'm using Windows7 SP1, VS2015, OF0.9.0.
In ofxWinTouchHook.h, if I do not comment #define USE_WM_POINTER_EVENTS, there is runtime error saying: "unable to find an entry point named GetPointerInfo in USER32.dll". If I comment out #define USE_WM_POINTER_EVENTS, it can run but it just cannot get touch event. Could you give me some advice? Thank you so much!