Bug 901

Summary: Windows 7 Touch Event Support renders NEWT Vista Incompatible
Product: [JogAmp] Newt Reporter: Sven Gothel <sgothel>
Component: windowsAssignee: Sven Gothel <sgothel>
Status: RESOLVED FIXED    
Severity: enhancement CC: damichl73
Priority: ---    
Version: 1   
Hardware: All   
OS: all   
Type: --- SCM Refs:
69c97809948249a40da29db681083023a92bc041
Workaround: ---

Description Sven Gothel 2013-11-10 09:59:02 CET
http://forum.jogamp.org/Can-t-use-NEWT-on-Vista-tp4030559.html

+++

since jogl 2.1.1-rc-20131018 newt.dll imports functions from user32.dll, which are not implemented in vista's user32.dll.

CloseTouchInputHandle
GetTouchInputInfo
RegisterTouchWindow

any solutions/workarounds for this problem? 

+++
Comment 1 Sven Gothel 2013-11-10 10:02:07 CET
(In reply to comment #0)
> http://forum.jogamp.org/Can-t-use-NEWT-on-Vista-tp4030559.html
> 
> +++
> 
> since jogl 2.1.1-rc-20131018 newt.dll imports functions from user32.dll,
> which are not implemented in vista's user32.dll.
> 
> CloseTouchInputHandle
> GetTouchInputInfo
> RegisterTouchWindow
> 
> any solutions/workarounds for this problem? 
> 
> +++

Those GDI methods were used starting from 
jogl git-sha1 5b96486da0bcd09d5355f89ec551140e508b567c
Comment 2 Sven Gothel 2013-11-10 13:34:15 CET
69c97809948249a40da29db681083023a92bc041
  NEWT: Lookup Windows 7 Touch Event Functions Dynamically to not break Windows < 7 Compatibility
Comment 3 cubus 2013-11-12 11:42:22 CET
yes, it's fixed in 2-1-3-rc-20131111
thanks!