MantisBT - VTK
View Issue Details
0003227VTK(No Category)public2006-05-13 21:522016-08-12 09:54
Thomas Lambertz 
Will Schroeder 
normalmajoralways
closedmoved 
 
 
0003227: vtkRenderWindowsInteractor doesnt work on Windows x64
vtkRenderWindowsInteractor seemes not to process messages as mouseevents under Windows x64.

Examples are Tutorial Step 5-6 in vtk/Examples/Tutorial/cxx.

In the original post to http://public.kitware.com/pipermail/vtkusers/2006-May/085193.html [^] are needed patches for x64. That´s helpful but the issue is still alive.

Additional:
Use of "vtkGetWindowLong(hWnd,4);" in

vtkTkRenderWidget.cxx/line 764
vtkWin32OpenGLRenderWindow.cxx/line 150
vtkWin32RenderWindowInteractor.cxx/line 627
vtkWinCEOpenGLRenderWindow.cxx/line 123
(cvs checkout 05-14-2006)

"4" seemes to be an invalid index. GWLP_WNDPROC ( values "-4" ) is maybe intended. Even in Win32 "4" is not defined - but this seemes not to bother at all.

When changing to GWLP_WNDPROC i get following error:
ERROR: In ..\..\vtk5.0_64\Rendering\vtkWin32OpenGLRenderWindow.cxx, line 809
vtkWin32OpenGLRenderWindow (0000000000366F40): Could not create window, error: 0
No tags attached.
Issue History
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036868
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved

Notes
(0036868)
Kitware Robot   
2016-08-12 09:54   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.