It's because of this line:<br><br>#define CursorShape 0 /* largest size that can be displayed */<br><br>in the file "tcltk8.5.0win/include/x11/x.h"<br><br>I guess we'll have to #undef CursorShape in that VTK header file. (Unless somebody has a better way around this...?)<br>
<br>For now, you can:<br>#undef CursorShape<br><span><font color="#0000ff" face="Arial" size="2">#include
"vtkPointHandleRepresentation2D.h"<br><br><br>HTH,<br>David<br><br></font></span><br><div class="gmail_quote">On Mon, Apr 21, 2008 at 3:43 PM, Dean Inglis <<a href="mailto:dean.inglis@camris.ca">dean.inglis@camris.ca</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">ok,, just tried altering
kwwidgets/Examples/MedicalImageViewer:</font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">add </font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">#include
"vtkPointHandleRepresentation2D.h"</font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">at the end of the list of includes in
vtkKWMyWindow.cxx</font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">Im getting the same weird error.</font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2"></font></span> </div>
<div dir="ltr" align="left">
<hr>
</div>
<div dir="ltr" align="left"><font face="Tahoma" size="2"><div class="Ih2E3d"><b>From:</b> David Cole
[mailto:<a href="mailto:david.cole@kitware.com" target="_blank">david.cole@kitware.com</a>] <br></div><b>Sent:</b> April-21-08 3:35
PM<div><div></div><div class="Wj3C7c"><br><b>To:</b> <a href="mailto:dean.inglis@camris.ca" target="_blank">dean.inglis@camris.ca</a><br><b>Cc:</b> <a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a>;
<a href="mailto:kwwidgets@kwwidgets.org" target="_blank">kwwidgets@kwwidgets.org</a><br><b>Subject:</b> Re: [KWWidgets] a compiler error in
VTK/KWWidgets app<br></div></div></font><br></div><div><div></div><div class="Wj3C7c">
<div></div>What do you include prior to
vtkPointHandleRepresentation2D.h?<br><br>If you comment out line 96 of
vtkPointHandleRepresentation2D.h, does it allow your file to compile... or give
you a better compiler error message? (Obviously, it won't allow the associated
VTK source to compile, this is just for troubleshooting.)<br>
<div></div><br><br><br>
<div class="gmail_quote">On Mon, Apr 21, 2008 at 3:27 PM, Dean Inglis <<a href="mailto:dean.inglis@camris.ca" target="_blank">dean.inglis@camris.ca</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">cvs as of
Friday last week. At line 96 there is a declaration of a
vtkPolyData</font></span></div>
<div dir="ltr" align="left"><span><font color="#0000ff" face="Arial" size="2">ivar for
storing the cursor shape.</font></span></div><br>
<div dir="ltr" align="left" lang="en-us">
<hr>
<font face="Tahoma" size="2"><b>From:</b> David Cole [mailto:<a href="mailto:david.cole@kitware.com" target="_blank">david.cole@kitware.com</a>]
<br><b>Sent:</b> April-21-08 3:23 PM<br><b>To:</b> <a href="mailto:dean.inglis@camris.ca" target="_blank">dean.inglis@camris.ca</a><br><b>Cc:</b> <a href="mailto:vtkusers@vtk.org" target="_blank">vtkusers@vtk.org</a>; <a href="mailto:kwwidgets@kwwidgets.org" target="_blank">kwwidgets@kwwidgets.org</a><br>
<b>Subject:</b> Re: [KWWidgets] a
compiler error in VTK/KWWidgets app<br></font><br></div>
<div>
<div></div>
<div>
<div></div>What's on line 96 of vtkPointHandleRepresentation2D.h?<br><br>Is
this CVS HEAD for both KWWidgets and VTK...?<br><br><br>
<div class="gmail_quote">On Mon, Apr 21, 2008 at 2:49 PM, Dean Inglis <<a href="mailto:dean.inglis@sympatico.ca" target="_blank">dean.inglis@sympatico.ca</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I
am developing an application that<br>uses vtkPointHandleRepresentation2D in
the<br>representation of a vtkSeedWidget. KWWidgets<br>is used as the
GUI to display an image<br>in a render window. During a lengthy
callback<br>that does some image processing, I manually access<br>the main
window's progress gauge to periodically<br>give user feedback. If I
#include the headers for vtkKWApplication<br>and
vtkPointHandleRepresentation2D in the source file for the<br>application
main window (not the application driver),<br>I get the following
error:<br><br>vtkPointHandleRepresentation2D.h(96) : error C2059: syntax
error 'constant'<br>vtkPointHandleRepresentation2D.h(96) : error C2238:
unexpected token(s)<br>preceding<br>';'<br>Nmake : fatal error
U1077<br><br>etc. etc.<br><br>If I comment out the use of code requiring use
of either one of those<br>headers,<br>the app compiles. I am building
vtk, kwwidgets in shared release mode on 32<br>bit Vista<br>with Visual
Studio 2005 and doing an nmake install to a common
development<br>directory.<br>Any ideas as to what is going on would be
appreciated.<br><br>Dean<br><br>_______________________________________________<br>KWWidgets
mailing list<br><a href="mailto:KWWidgets@kwwidgets.org" target="_blank">KWWidgets@kwwidgets.org</a><br><a href="http://public.kitware.com/cgi-bin/mailman/listinfo/kwwidgets" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/kwwidgets</a><br>
</blockquote></div><br></div></div></div></blockquote></div><br></div></div></div>
</blockquote></div><br>