Good afternoon,<div>I'm trying to build a third party application using ITK on Windows and VS2008.</div><div>ITK has been built in Cmake with </div><div>ITK_USE_REVIEW = ON</div><div>ITK_USE_REVIEW_STATISTICS = ON</div>
<div><br></div><div>I'm getting the following error : </div><div><br></div><div><div>1>filtros.obj : error LNK2019: unresolved external symbol "public: __thiscall itk::Statistics::Histogram<double,class itk::Statistics::DenseFrequencyContainer2>::ConstIterator::ConstIterator(void)" (??0ConstIterator@?$Histogram@NVDenseFrequencyContainer2@Statistics@itk@@@Statistics@itk@@QAE@XZ) referenced in function "protected: virtual class itk::SmartPointer<class itk::Image<double,2> > __thiscall GNC::FiltroAutoNiveles::ProcesarImagen(class itk::SmartPointer<class itk::Image<double,2> >)" (?ProcesarImagen@FiltroAutoNiveles@GNC@@MAE?AV?$SmartPointer@V?$Image@N$01@itk@@@itk@@V34@@Z)</div>
<div>1>C:\Ginkgo\src\ginkgo\Debug\cadxCore.dll : fatal error LNK1120: 1 unresolved externals</div></div><div><br></div><div>itkStatistics is included in the project dependencies.</div><div>Does anyone has any idea where the problem might come from ?</div>
<div><br></div><div>Thank you.</div><div>Benjamin.</div>