Bug 901 - Windows 7 Touch Event Support renders NEWT Vista Incompatible
Summary: Windows 7 Touch Event Support renders NEWT Vista Incompatible
Status: RESOLVED FIXED
Alias: None
Product: Newt
Classification: JogAmp
Component: windows (show other bugs)
Version: 1
Hardware: All all
: --- enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2013-11-10 09:59 CET by Sven Gothel
Modified: 2013-11-12 11:42 CET (History)
1 user (show)

See Also:
Type: ---
SCM Refs:
69c97809948249a40da29db681083023a92bc041
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!