<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=GB2312" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<small><font face="Helvetica, Arial, sans-serif">Hi Eric,<br>
<br>
You could also try looking at the ItkMFC example in the
InsightApplications (available from the ITK download page.)<br>
<br>
HTH<br>
<br>
Dan<br>
<br>
Thomas Lambertz wrote:</font></small>
<blockquote cite="mid45AA1290.8080806@hexerei-software.de" type="cite">
<pre wrap="">Hi,
looks you set up only the include directories but did not include some
headers.
#include "itkImage.h"
Hth,
Tom
ʯÏéÁÖ wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi
Everyone.
I want to use ITK in MFC, but have no idea what to do.
typedef itk::Image< unsigned short, 3 > ImageType;
Only the above sentence pasted in my project(vc++, 2002),
there are two errors when compiling,
error C2143: syntax error : missing¡°;¡±£¨before¡°<¡±£©
error C2653: ¡°itk¡± : not class name or namespce.
I have used the same project setting as in the ITK example, the
include directory, the lib directory, etc
But it did not work.
Please help me! Thank you very much:)
Eric
</pre>
</blockquote>
<pre wrap=""><!---->_______________________________________________
Insight-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Insight-users@itk.org">Insight-users@itk.org</a>
<a class="moz-txt-link-freetext" href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users</a>
</pre>
</blockquote>
</body>
</html>