hi, <br>
<br>
i get the following linker error when i compile my application against the current CVS using <br>
VS .NET 2003, <br>
CMake 2.2 beta <br>
on WinXPpro<br>
<br>
<br>
vtk_post_processor.obj : error LNK2019: unresolved external symbol
&quot;public: static class vtkScalarBarWidget * __cdecl
vtkScalarBarWidget::New(void)&quot; (?New@vtkScalarBarWidget@@SAPAV1@XZ)
referenced in function &quot;public: __thiscall
vtk_post_processor::vtk_post_processor(void)&quot;
(??0vtk_post_processor@@QAE@XZ)<br>
<br>
I have cleaned the cmake cache and In the build log of VTk, vtkScalarBarWidget.cxx compiles fine and no errors are reported.<br>
<br>
An earlier version of CVS, before the removal of VTK_BUILD_HYBRID, works fine.<br><br>
Any ideas?<br>
<br>
best regards,<br>
yianis nikolaou<br>
<br>
<br>
<br>