Re: [mitk-users] MITK based app problems with new release2018

2018-07-19 Thread Dinkelacker, Stefan
.edu>] Sent: Dienstag, 17. Juli 2018 16:06 To: Dinkelacker, Stefan Cc: mitk-users@lists.sourceforge.net<mailto:mitk-users@lists.sourceforge.net> Subject: Re: [mitk-users] MITK based app problems with new release2018 There is no more mitk::BaseRenderer::RenderingMode Type DepthPeeling?

Re: [mitk-users] MITK based app problems with new release2018

2018-07-19 Thread LOPEZ VELAZCO, ROCIO
.@upf.edu] >> *Sent:* Dienstag, 17. Juli 2018 16:06 >> >> *To:* Dinkelacker, Stefan >> *Cc:* mitk-users@lists.sourceforge.net >> *Subject:* Re: [mitk-users] MITK based app problems with new release2018 >> >> >> >> There is no more mitk::BaseRenderer::R

Re: [mitk-users] MITK based app problems with new release2018

2018-07-18 Thread LOPEZ VELAZCO, ROCIO
9 > > > > *From:* LOPEZ VELAZCO, ROCIO [mailto:rocio.lo...@upf.edu] > *Sent:* Dienstag, 17. Juli 2018 16:06 > > *To:* Dinkelacker, Stefan > *Cc:* mitk-users@lists.sourceforge.net > *Subject:* Re: [mitk-users] MITK based app problems with new release2018 > > > &

Re: [mitk-users] MITK based app problems with new release2018

2018-07-18 Thread Dinkelacker, Stefan
https://phabricator.mitk.org/D119 From: LOPEZ VELAZCO, ROCIO [mailto:rocio.lo...@upf.edu] Sent: Dienstag, 17. Juli 2018 16:06 To: Dinkelacker, Stefan Cc: mitk-users@lists.sourceforge.net Subject: Re: [mitk-users] MITK based app problems with new release2018 There is no more mitk::BaseRenderer

Re: [mitk-users] MITK based app problems with new release2018

2018-07-17 Thread LOPEZ VELAZCO, ROCIO
modify my app? What should I take >> into account with the new vtk? >> >> >> >> Thank you very much again! >> >> Regards, >> >> >> >> Rocío >> >> >> >> 2018-07-17 11:40 GMT+02:00 Dinkelacker, Stefan < >>

Re: [mitk-users] MITK based app problems with new release2018

2018-07-17 Thread LOPEZ VELAZCO, ROCIO
> QVTKOpenGLWidget.h. You should also make sure to just use VTK and not > OpenGL directly. You can also try to follow the CMake warning you posted > earlier and set the variable that allows for using GLVND instead of legacy > OpenGL. > > > > *From:* LOPEZ VELAZCO, ROCIO [mai

Re: [mitk-users] MITK based app problems with new release2018

2018-07-17 Thread Dinkelacker, Stefan
ZCO, ROCIO [mailto:rocio.lo...@upf.edu<mailto:rocio.lo...@upf.edu>] Sent: Dienstag, 17. Juli 2018 11:56 To: Dinkelacker, Stefan Cc: mitk-users@lists.sourceforge.net<mailto:mitk-users@lists.sourceforge.net> Subject: Re: [mitk-users] MITK based app problems with new release2018 Hello Stefan

Re: [mitk-users] MITK based app problems with new release2018

2018-07-17 Thread LOPEZ VELAZCO, ROCIO
egacy >> OpenGL. >> >> >> >> *From:* LOPEZ VELAZCO, ROCIO [mailto:rocio.lo...@upf.edu] >> *Sent:* Dienstag, 17. Juli 2018 11:56 >> >> *To:* Dinkelacker, Stefan >> *Cc:* mitk-users@lists.sourceforge.net >> *Subject:* Re: [mitk-users] MITK base

Re: [mitk-users] MITK based app problems with new release2018

2018-07-17 Thread LOPEZ VELAZCO, ROCIO
ker, Stefan > *Cc:* mitk-users@lists.sourceforge.net > *Subject:* Re: [mitk-users] MITK based app problems with new release2018 > > > > Hello Stefan, > > > > Thank you for your fast reply. Yes, I think that the main point here is > that I developed my app based in the

Re: [mitk-users] MITK based app problems with new release2018

2018-07-17 Thread Dinkelacker, Stefan
@lists.sourceforge.net Subject: Re: [mitk-users] MITK based app problems with new release2018 Hello Stefan, Thank you for your fast reply. Yes, I think that the main point here is that I developed my app based in the source code of MITK old release 2016 (vtk 7). And now I want to "adapt" the app for th

Re: [mitk-users] MITK based app problems with new release2018

2018-07-17 Thread LOPEZ VELAZCO, ROCIO
56 > *To:* Dinkelacker, Stefan > *Cc:* mitk-users@lists.sourceforge.net > *Subject:* Re: [mitk-users] MITK based app problems with new release2018 > > > > Hello all again, > > > > I discover two different things that may affect this error. I checked the > versions of the drivers

Re: [mitk-users] MITK based app problems with new release2018

2018-07-17 Thread Dinkelacker, Stefan
on our source code that depends on VTK 8.x, that’s most probably the explanation for the difference. From: LOPEZ VELAZCO, ROCIO [mailto:rocio.lo...@upf.edu] Sent: Dienstag, 17. Juli 2018 10:56 To: Dinkelacker, Stefan Cc: mitk-users@lists.sourceforge.net Subject: Re: [mitk-users] MITK based app

Re: [mitk-users] MITK based app problems with new release2018

2018-07-17 Thread LOPEZ VELAZCO, ROCIO
Hello all again, I discover two different things that may affect this error. I checked the versions of the drivers in the computer and they are all correct, so the error I posted is caused by other reason... I found this warning when compiling MITK, do you think it has something to do? But again,

Re: [mitk-users] MITK based app problems with new release2018

2018-07-16 Thread LOPEZ VELAZCO, ROCIO
Hello Stefan, Thank you very much for your fast reply. We are not using a VM. The workbench in the same computer runs perfectly and there are no problems with the graphics drivers.. That's why I wonder what is the difference between the workbench and my app? If I get something I'll let you know.

Re: [mitk-users] MITK based app problems with new release2018

2018-07-13 Thread Dinkelacker, Stefan
?Hi, the OpenGL entry points are determined during runtime, so most probably this IS related to your graphics driver. My advise is to follow the hint of the error message. Just in case if you're running a VM: you also get the same error message when running the Workbench in VirtualBox, as the