Re: Can't use NEWT on Vista
Posted by
Sven Gothel on
URL: https://forum.jogamp.org/Can-t-use-NEWT-on-Vista-tp4030559p4030560.html
On 11/10/2013 08:39 AM, cubus [via jogamp] wrote:
> hi,
>
> 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?
Thank you!
Yes, I will lookup the symbols dynamically.
Only the 3 above ones affected ?
Maybe also related to:
<
https://jogamp.org/bugzilla/show_bug.cgi?id=900>
Q: Do you get the 'java.lang.UnsatisfiedLinkError' ?
~Sven