我按照以下链接中的步骤在 Visual Studio 2010 上构建 VTK:http: //homepage.cs.uiowa.edu/~cwyman/classes/common/howto/winVTK.html
但我收到数百次“错误 C1017:无效的整数常量表达式”和一个 MSB6006。
示例错误:
#if VTK_SIZEOF_FLOAT == 4 typedef float vtkTypeFloat32;
# define VTK_TYPE_FLOAT32 VTK_FLOAT
#else
# error "No native data type can represent a 32-bit floating point value."
#endif
解决办法是什么?