[Insight-users] Questions about GettingStarted-IV

Luis Ibanez luis.ibanez at kitware.com
Wed Dec 21 20:44:53 EST 2005


Hi Chunyan,

It looks like you are simply missing to include
the header file for the itkProcessObject class.


You should have a line such as:


    #include "itkProcessObject.h"



Regards,


     Luis


---------------------
Chunyan Jiang wrote:
> Dear itk users,
> I want to build my first project with fltk and itk under visual studio
> 6. GettingStarted-IV gives me big help on it. When I create my project
> step by step as GettingStarted-IV said, some errors occur when
> compiling the project.
> 
> error C2039: 'ProcessObject' : is not a member of 'itk'
> 
> For void projectGUI::SetFilter(itk::ProcessObject *po)
> error C2448: '<Unknown>' : function-style initializer appears to be a
> function definition
> 
> m_Filter and po are complained as undecleared identifier
> 
> I consider there might be some thing missing in the document. How can
> I solve these errors?
> 
> Thanks a lot!
> 
> Chunyan
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
> 
> 



More information about the Insight-users mailing list