[vtkusers] OpenGL2 + Qt5, is it supposed to work?

Thales Sabino tluisrs at gmail.com
Wed Oct 19 11:16:40 EDT 2016


 I was getting some related issues. My problem was that I mixed a VTK Debug build with a Qt Release one. The problem was that when the Qt components of VTK loads (QVTKWidget2 for instance) it tries to load the Debug version of Qt subcomponents. I think Qt does not handle this situation very well.

To solve this problem I now have two VTK builds (Debug and Release) and its working fine on Windows.

—
Thales Luis Rodrigues Sabino

PhD Student at PGMC-UFJF <http://www.ufjf.br/pgmc/>
Lattes <http://lattes.cnpq.br/0601030410417146> | LinkedIn <https://br.linkedin.com/in/tluisrs> | ResearchGate <https://www.researchgate.net/profile/Thales_Luis_Sabino>
> On 19 Oct 2016, at 01:59, Tilman Wekel <wekel at gmx.de> wrote:
> 
> Hi,
> 
> I compiled vtk 7.0 with the OpenGL2 rendering backend and with Qt5. However,
> there seems to be a problem when using OpenGL2 and Qt5 related modules (QVTKWidget …).
> I get segmentation faults when I run my own Applications that are based on QVTKWidget and when trying to
> start related examples such those that use vtkGUISupportQt ….
> 
> I tried this on different (windows 7) machines. Mostly with onBoard graphic adapters (Intel HD5500).
> Newest drivers have been installed.
> 
> My question: is this supposed to work, if yes, what am I doing wrong?
> 
> 
> Many thanks,
> Tilman 
> _______________________________________________
> 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:
> http://public.kitware.com/mailman/listinfo/vtkusers

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20161019/71b645fd/attachment.html>


More information about the vtkusers mailing list