Re: [Paraview] Question about building reader plugin

2009-04-01 Thread Moreland, Kenneth
For starters, there is no such class vtkIamgeAlgorithm. You probably mean vtkImageAlgorithm. -Ken On 4/1/09 12:28 AM, "shenyanwen" wrote: Hello, everyone! I am trying to build my own reader into ParaView as a plugin. But after I put my source file and XML files and the CMakeLists file into

Re: [Paraview] Question about building reader plugin

2009-04-01 Thread Utkarsh Ayachit
Yes, both ParaView and the plugin must be of the same build configuration. On Wed, Apr 1, 2009 at 8:28 AM, shenyanwen wrote: > OH.I built ParaView against a "Debug" build!!! > Should I build my plugin also using a "Debug" build?? > --Seven > > 2009/4/1 Utkarsh Ayachit >> >> Is the ParaView you a

Re: [Paraview] Question about building reader plugin

2009-04-01 Thread Utkarsh Ayachit
Is the ParaView you are building against also a "Release" build? Utkarsh 2009/4/1 shenyanwen : > Hello! > I just fixed my reader code and rebuild it as a plugin again! And I ran to > these errors: > > LINK : fatal error LNK1181: can not open the input file "pqComponents.lib” > > LINK : fatal erro

[Paraview] Question about building reader plugin

2009-04-01 Thread shenyanwen
Hello! I just fixed my reader code and rebuild it as a plugin again! And I ran to these errors: LINK : fatal error LNK1181: can not open the input file "pqComponents.lib” LINK : fatal error LNK1181: can not open the input file “vtkPVFiltersCS.lib” I build it with Release version How can I do wi

[Paraview] Question about building reader plugin

2009-04-01 Thread shenyanwen
Hello! I have already written a reader and I just want to build it as a plugin at first . But I ran into some errors! And I don't know what are these errors standing for! I use some example code to build a plugin!It works, but my code does not build successfully. Please help me to check out what's

Re: [Paraview] Question about building reader plugin

2009-03-31 Thread Jacques Papper
Isn't your problem that you want a vtkImageAlgorithm and not a vtkIamgeAlgorithm ??? Seems like a typo to me 2009/4/1 shenyanwen > Hello, everyone! > I am trying to build my own reader into ParaView as a plugin. But after I > put my source file and XML files and the CMakeLists file into the

[Paraview] Question about building reader plugin

2009-03-31 Thread shenyanwen
Hello, everyone! I am trying to build my own reader into ParaView as a plugin. But after I put my source file and XML files and the CMakeLists file into the specific directory and I used CMake to build it. Then I open the sln file it created. I just choose ALL_BUILD and I ran to many errors like be