[vtkusers] Error with vtkstd
Bob Palank
bob at stlcc.org
Sun Sep 19 20:49:57 EDT 2010
Running XP Pro SP3 and VS2008 Pro using .Net 3.5 SP1
Running XP Pro SP3 and VS2008 Pro using .Net 3.5 SP1 with a new vtk 5.6.0
install
It appears that
#include <vtkstd/vector>
causes this error condition
Error 2 fatal error C1083: Cannot open include file: 'vtkstd/vector': No
such file or directory d:\vtk560\include\vtkunicodestring.h
50 ConeFor2008
----------------------------------------------------------------------------
---------------
So I try
// #include <vtkstd/vector> // Source of error
#include "d:\vtk560\include\vtkstd\vector"
// But this generates more errors
--------------------------------------------------------------------------
Any ideas ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100919/6f3a7def/attachment.htm>
More information about the vtkusers
mailing list