[vtkusers] Codegear xe3 and vtk6
Totte Karlsson
totte at dunescientific.com
Wed Jan 23 23:57:59 EST 2013
Hi,
I am trying to get vtk6 working with codegear's xe3 compiler and have
had some success. Building a limited subset of the library works and I
am able to get some working examples going, like the Tutorial examples Cone.
When trying to build and run the same example (Cone.cxx) from within the
ide, not using CMake, don't work however.
It compiles and runs, but at the point of this line:
vtkPolyDataMapper *coneMapper = vtkPolyDataMapper::New();
the coneMapper comes back as being NULL.
Is there any defines that I need to setup to get this working?
Thanks,
Totte
More information about the vtkusers
mailing list