[vtkusers] Re: A VTK sample doesn't run on VTK3.2.
Robert Mitchell
robmitch at eng.uts.edu.au
Mon Feb 18 19:00:40 EST 2002
Yukihiro,
You will have to change the vtkMFCRenderView::WindowProc call - the
later version required:
return vtkHandleMessage2( m_hWnd, uMsg, wParam, lParam,
m_Interactor);
as opposed to
vtkHandleMessage(...)
Havent looked into how VTK uses it much, but thats what the problem is
:-)
Rob
--
Robert Mitchell
Faculty of Engineering
University of Technology, Sydney
+61 2 9514 2317
More information about the vtkusers
mailing list