<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.3315.2870" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,<BR>When I am trying to include vtkCellArray.h 
header file into my MFC project, it is giving compilation error<BR>on vtkidType 
parameter.It is giving the following error:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;error C2143: syntax error : missing ')' 
before 'constant'<BR>&nbsp;<BR>&nbsp;This error comes on the line no 169 of the 
file vtkIdTypeArray.h<BR>&nbsp;<BR>&nbsp;&nbsp; void SetArray(vtkIdType* array, 
vtkIdType size, int save);<BR>&nbsp;&nbsp; <BR>&nbsp;&nbsp; I am using VC 6.0 
with UNICODE option for building the application.<BR>&nbsp;&nbsp; If anybody has 
come across a similar situation, kindly advice. Is there any additional compiler 
options to<BR>&nbsp;&nbsp; be set for compiling vtk on MFC?<BR>&nbsp;&nbsp; 
<BR>&nbsp;&nbsp; Thanks in advance,<BR>&nbsp;&nbsp; Manoj B 
Kumar.<BR></FONT></DIV></BODY></HTML>