[vtkusers] problems with VTK and C++ Builder
Radim Kolář
kolarr at feec.vutbr.cz
Wed Feb 12 02:15:11 EST 2003
Hi all,
could you please help me with this problem...
I've compiled (using Cmake) the VTK source for Borland Builder C++. I've created *.lib files and add to the project.
Everything seems to be OK. But several problems arise:
- warning messages during compilation
[C++ Warning] vtkDataArray.h(105): W8008 Condition is always false
[C++ Warning] vtkDataArray.h(105): W8008 Condition is always false
[C++ Warning] vtkFieldData.h(155): W8060 Possibly incorrect assignment
[C++ Warning] vtkProperty.h(199): W8008 Condition is always false
[C++ Warning] vtkProperty.h(199): W8008 Condition is always false
[C++ Warning] vtkProperty2D.h(108): W8008 Condition is always false
[C++ Warning] vtkProperty2D.h(108): W8008 Condition is always false
[C++ Warning] vtkRenderWindow.h(326): W8008 Condition is always false
[C++ Warning] vtkRenderWindow.h(326): W8008 Condition is always false
[C++ Warning] vtkLocator.h(98): W8008 Condition is always false
[C++ Warning] vtkLocator.h(98): W8008 Condition is always false
[C++ Warning] vtkPointLocator.h(90): W8008 Condition is always false
[C++ Warning] vtkPointLocator.h(90): W8008 Condition is always false
[C++ Warning] vtkRenderWindowInteractor.h(257): W8008 Condition is always false
[C++ Warning] vtkRenderWindowInteractor.h(257): W8008 Condition is always false
But I suppose it doesn't matter(?)
- After creating exe file, it asks for DLL file. Why? I use the LIB files (static library) during compilation and linking.
- And last and the worse error is, that after closing the interactive render window, I get error message:
"Access violation at adress 00c9c560" in module VTKRENDERING.DLL. Read of adrress 0260A8C6"
Well, I'm writing all these problems, because they could be connected...
Could you please help me?
Thanks, Radim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030212/70086053/attachment.htm>
More information about the vtkusers
mailing list