[vtkusers] MFC GUI SUPOORT

David E DeMarle dave.demarle at kitware.com
Thu Aug 9 11:45:14 EDT 2018


MFC support has not been maintained since VTK 6.0 or so.
The particular errors you are running into are an incompatibility with the
VTK->MFC interface and the newer OpenGL2 rendering backend.
If you switch back to the legacy backend (in your cmake configure of VTK
set RENDERING_BACKEND to OpenGL) you will get further along.

David E DeMarle
Kitware, Inc.
Principal Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909


On Thu, Aug 9, 2018 at 11:38 AM cbranch171 via vtkusers <
vtkusers at public.kitware.com> wrote:

> I'm trying to use visual studio and SampleMFC with a x64 build.
>
> I get the following errors:
>
> 'ResumeScreenRendering': is not a member of 'vtkWin32OpenGLRenderWindow'
> 'GetMemoryData': is not a member of 'vtkWin32OpenGLRenderWindow'
> 'SetupMemoryRendering': is not a member of 'vtkWin32OpenGLRenderWindow'
>
> What is the equivalent OpenGLRenderWindow for x64 build. Or how do I access
> these member functions.
>
> Thanks
>
>
>
>
> --
> Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> https://public.kitware.com/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/vtkusers/attachments/20180809/65d34819/attachment.html>


More information about the vtkusers mailing list