[vtkusers] VTK 6.2.0rc1 problems

David E DeMarle dave.demarle at kitware.com
Thu Feb 26 12:02:06 EST 2015


That looks like it can't find the input data file for some reason.
put a break point or printf in place and see what file it is trying to open.


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

On Wed, Feb 25, 2015 at 3:02 PM, Leonid Dulman <leonid_dulman at yahoo.co.uk>
wrote:

> Thank you for help, but I use next line
> #define vtkRenderingCore_AUTOINIT
> 5(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingFreeTypeOpenGL,vtkRenderingOpenGL,vtkRenderingContextOpenGL)
> and it works fine
>
> Next problem I have got in qt yoi can see it in error.pdf attachment file
>
>   ------------------------------
>  *From:* David E DeMarle <dave.demarle at kitware.com>
> *To:* Leonid Dulman <leonid_dulman at yahoo.co.uk>; Ben Boeckel <
> ben.boeckel at kitware.com>
> *Cc:* "vtkusers at vtk.org" <vtkusers at vtk.org>
> *Sent:* Wednesday, February 25, 2015 6:15 PM
> *Subject:* Re: [vtkusers] VTK 6.2.0rc1 problems
>
> Leonid,
>
> Please let us know if Ben's (accidentally off list) suggestion worked out:
>
> It looks like you're missing:
>     #define vtkRenderingContext2D_AUTOINIT 1(vtkRenderingContextOpenGL)
> --Ben
>
>
> thanks
>
>
> David E DeMarle
> Kitware, Inc.
> R&D Engineer
> 21 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-881-4909
>
>
>
> On Tue, Feb 24, 2015 at 2:05 PM, David E DeMarle <dave.demarle at kitware.com
> > wrote:
>
> Thanks for trying it. Looking into this now and we'll let you know what we
> find.
>
> cheers
>
>
> David E DeMarle
> Kitware, Inc.
> R&D Engineer
> 21 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-881-4909
>
> On Sat, Feb 21, 2015 at 1:33 PM, Leonid Dulman <leonid_dulman at yahoo.co.uk>
> wrote:
>
> Hi to all
> I begin testing VTK 6.2.0rc1 and from many examples (for example
> QGraphicsToColors) have got meassage
> Error: no override found for 'vtkContextDevice2D'
> my autoinitmacro is
>
> #define vtkRenderingCore_AUTOINIT
> 4(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingFreeTypeOpenGL,vtkRenderingOpenGL)
> #define vtkInteractionStyle_AUTOINIT 1(vtkInteractionStyle)
> #define vtkRenderingVolume_AUTOINIT 1(vtkRenderingVolumeOpenGL)
> #define vtkRenderingOpenGL_AUTOINIT 1(vtkRenderingOpenGL)
> #define vtkRenderingFreeTypeOpenGL_AUTOINIT 1(vtkRenderingFreeTypeOpenGL)
>
> #ifdef LINUX
>
>
> typedef unsigned long vtkWindowsDWORD;
>
> #define VTK_MAJOR_VERSION 6
> #define VTK_THREAD_RETURN_TYPE void*
> #include "qatomic.h"
> #endif
>
> Thank you for any help
>
>
>
> _______________________________________________
> 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/20150226/39f5e8d3/attachment.html>


More information about the vtkusers mailing list