Hi All, Because of problematic compilers such as Visual Studio and I guess xlC, all strings literals have to be shorter than 32k. String literal is: const char foo[] = "blahblahblah......."; or foo("blahblahblah......."); Please make sure to follow this when adding code to ParaView. Thank you. Andy Cedilnik Kitware Inc.