<div dir="ltr"><div id="full-row7582687" class="" style="border:2px solid rgb(204,204,204);padding:0.3em 0.8em 0.5em;color:rgb(0,0,0);font-family:Verdana,Geneva,Helvetica,Arial,sans-serif;font-size:13px"><div id="message7582687" class="" style>
Hi all.... I am new to the structure of ITK and I am facing this problem of building ITK with CMAKE. steps I have done are... 1.) downloaded ITK and used CMAKE with VS2010 on 64bit windows 2.) libraries are successfully generated but the bin folder only consists of .exe not any .dlls (generaly the bin folder consists of .dlls ..I am speaking from my previous knowledge of building OpenCV with CMAKE). Have I done something wrong? 3.) I wrote a simple hello world program in C++ by including the itkImage.h header file and itk namespace. Compile error came that itkConfigure.h is missing. I found the itkConfigure.h header in the modules-&gt;core-&gt;common-&gt;src directory of the build folder(target folder for bin in CMAKE).I copied and pasted it in the include directory of the modules-&gt;core-&gt;common-&gt;include of the source directory(source of the CMAKE ). 4.) Now again it shows an error of vcl_limits.h not found....the itkConfigure.h was called by the itkMacro.h and the vcl_limits.h is calle dby the itkNumericTraits.h 5.) the hello world example only shhows to include itkImage.h as the header...are othe heaers required? Please help...thanx..</div>
<div><br></div></div></div>