<div>hi:</div>
<div> </div>
<div>I am Tina,a postgraduate student from Shanghai Jiaotong University In China.I am just beginning to learn VTK ,I encountered a problem:</div>
<div> </div>
<div>when I am trying to compile the <font color="#333333">Example/Tutorial/Step1/Cxx/Cone.cxx in the VTK with VC++ 6.0,i can not get through it!the error says below:</font></div><font color="#333333">
<p>Configuration: Cone - Win32 Debug--------------------<br>Linking...<br>Cone.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall vtkCamera::Azimuth(double)" (<a href="mailto:__imp_?Azimuth@vtkCamera@@QAEXN@Z">
__imp_?Azimuth@vtkCamera@@QAEXN@Z</a>)<br>Cone.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class vtkCamera * __thiscall vtkRenderer::GetActiveCamera(void)" (<a href="mailto:__imp_?GetActiveCamera@vtkRenderer@@QAEPAVvtkCamera@@XZ">
__imp_?GetActiveCamera@vtkRenderer@@QAEPAVvtkCamera@@XZ</a>)<br>Cone.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class vtkRenderWindow * __cdecl vtkRenderWindow::New(void)" (
<a href="mailto:__imp_?New@vtkRenderWindow@@SAPAV1@XZ">__imp_?New@vtkRenderWindow@@SAPAV1@XZ</a>)<br>Cone.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall vtkRenderer::AddActor(class vtkProp *)" (
<a href="mailto:__imp_?AddActor@vtkRenderer@@QAEXPAVvtkProp@@@Z">__imp_?AddActor@vtkRenderer@@QAEXPAVvtkProp@@@Z</a>)<br>Cone.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class vtkRenderer * __cdecl vtkRenderer::New(void)" (
<a href="mailto:__imp_?New@vtkRenderer@@SAPAV1@XZ">__imp_?New@vtkRenderer@@SAPAV1@XZ</a>)<br>Cone.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class vtkActor * __cdecl vtkActor::New(void)" (
<a href="mailto:__imp_?New@vtkActor@@SAPAV1@XZ">__imp_?New@vtkActor@@SAPAV1@XZ</a>)<br>Cone.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall vtkPolyDataMapper::SetInput(class vtkPolyData *)" (
<a href="mailto:__imp_?SetInput@vtkPolyDataMapper@@QAEXPAVvtkPolyData@@@Z">__imp_?SetInput@vtkPolyDataMapper@@QAEXPAVvtkPolyData@@@Z</a>)<br>Cone.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class vtkPolyData * __thiscall vtkPolyDataSource::GetOutput(void)" (
<a href="mailto:__imp_?GetOutput@vtkPolyDataSource@@QAEPAVvtkPolyData@@XZ">__imp_?GetOutput@vtkPolyDataSource@@QAEPAVvtkPolyData@@XZ</a>)<br>Cone.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class vtkPolyDataMapper * __cdecl vtkPolyDataMapper::New(void)" (
<a href="mailto:__imp_?New@vtkPolyDataMapper@@SAPAV1@XZ">__imp_?New@vtkPolyDataMapper@@SAPAV1@XZ</a>)<br>Cone.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static class vtkConeSource * __cdecl vtkConeSource::New(void)" (
<a href="mailto:__imp_?New@vtkConeSource@@SAPAV1@XZ">__imp_?New@vtkConeSource@@SAPAV1@XZ</a>)<br>Debug/Cone.exe : fatal error LNK1120: 10 unresolved externals<br>Error executing link.exe.</p>
<p>Cone.exe - 11 error(s), 0 warning(s)<br></p>
<div>I know there is soemthing wrong with my link problem,but How should i do?</div>
<div> </div></font>