<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
h4
        {mso-style-priority:9;
        mso-style-link:"Heading 4 Char";
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        font-weight:bold;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.Heading4Char
        {mso-style-name:"Heading 4 Char";
        mso-style-priority:9;
        mso-style-link:"Heading 4";
        font-family:"Times New Roman","serif";
        font-weight:bold;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hello,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I&#8217;ve been attempting to use SimpleITK under Windows 7 (x64) and Visual Studio 2008 and CMake 2.8.5.&nbsp; The goal is to use the C# wrappers.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>First, I downloaded SimpleITK-0.4.0-CSharp-Win64-anycpu.zip and attempted to add a reference to SimpleITKCSharpManaged.dll to my solution.&nbsp; VS didn&#8217;t recognize the dll as being valid.&nbsp; (Now I&#8217;m assuming that the dll was built against VS 2010 and isn&#8217;t backward compatible.)<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I then downloaded the source tree with the intent to build it myself.&nbsp; (I&#8217;ve tried with both the source package from sourceforge and checking out the most recent code from GIT.)&nbsp; I have been attempting to follow the directions at <a href="http://www.itk.org/Wiki/ITK_Release_4/SimpleITK/FAQ">http://www.itk.org/Wiki/ITK_Release_4/SimpleITK/FAQ</a>.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>When I first ran CMake I was given an error reading:<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p style='mso-margin-top-alt:0in;margin-right:0in;margin-bottom:0in;margin-left:.5in;margin-bottom:.0001pt'><span style='color:red'>CMake Error at CMakeLists.txt:117 (message):</span><o:p></o:p></p><p style='mso-margin-top-alt:0in;margin-right:0in;margin-bottom:0in;margin-left:.5in;margin-bottom:.0001pt;-qt-block-indent:0'><span style='color:red'>SimpleITK requires usage of C99 stdint.</span><o:p></o:p></p><p style='mso-margin-top-alt:0in;margin-right:0in;margin-bottom:0in;margin-left:.5in;margin-bottom:.0001pt;-qt-paragraph-type:empty;-qt-block-indent:0'><span style='color:red'>It may be available as an optional download for your compiler.</span><o:p></o:p></p><p style='mso-margin-top-alt:0in;margin-right:0in;margin-bottom:0in;margin-left:.5in;margin-bottom:.0001pt;-qt-paragraph-type:empty;-qt-block-indent:0'><span style='color:red'>Please see the FAQ for details and to see if your compiler is supported.</span><o:p></o:p></p><p style='mso-margin-top-alt:0in;margin-right:0in;margin-bottom:0in;margin-left:.5in;margin-bottom:.0001pt;-qt-paragraph-type:empty;-qt-block-indent:0'><span style='color:red'>http://www.itk.org/Wiki/ITK_Release_4/SimpleITK/FAQ#Do_I_need_to_download_an_optional_package_for_C99.3F</span><o:p></o:p></p><p class=MsoNormal style='-qt-paragraph-type:empty;-qt-block-indent:0'><o:p>&nbsp;</o:p></p><p class=MsoNormal>I downloaded the Visual C++ 2008 Feature Pack Release via the link on the web site and attempted to install it.&nbsp; It failed because the installer said that I didn&#8217;t have the proper features installed for the update.&nbsp; I also grabbed the stdint.h file and copied it to the location called out in the directions.&nbsp; I&#8217;ve searched for a 64 bit version of this feature pack with no luck.&nbsp; I did find Microsoft Visual C++ 2008 Feature Pack Redistributable Package (x64) but that didn&#8217;t help.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>CMake continues to give me errors and I&#8217;ve tracked the initial error to a line in the CMakeLists.txt file which reads:<o:p></o:p></p><p class=MsoNormal style='margin-left:.5in'>check_include_file_cxx( stdint.h SITK_HAS_STDINT_H )<o:p></o:p></p><p class=MsoNormal>I&#8217;ve been looking around to find out what paths are searched by check_include_file_cxx to no avail.&nbsp; But evidently C:\Program Files\Microsoft Visual Studio 9/0\VC\include isn&#8217;t one of them.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>If possible I&#8217;d like to get this to work under VS 2008 and I&#8217;d appreciate any help I can get.&nbsp; Right now I&#8217;m out of ideas as to what is going wrong.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Thanks<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -- Scott<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>