<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello, <br>
    i used cmake for vtk building, visualstudio2010 for compiling.<br>
    Everything is set in my projekt but I don't know which .lib I might
    be missing.<br>
    i get the following Error using vtk in my projekt:<br>
    <br>
    1&gt;vtkRendering.lib(vtkGraphicsFactory.obj) : error LNK2019:
    unresolved external symbol "public: static class
    vtkDirectXGPUInfoList * __cdecl vtkDirectXGPUInfoList::New(void)"
    (?New@vtkDirectXGPUInfoList@@SAPAV1@XZ) referenced in function
    "public: static class vtkObject * __cdecl
    vtkGraphicsFactory::CreateInstance(char const *)"
    (?CreateInstance@vtkGraphicsFactory@@SAPAVvtkObject@@PBD@Z)<br>
    1&gt;D:\UniLaptop\SoSe2012\MedBv\projects\ReadAndShow\Debug\ReadAndShow.exe

    : fatal error LNK1120: 1 unresolved externals<br>
    1&gt;<br>
    1&gt;Build FAILED.<br>
    1&gt;<br>
    1&gt;Time Elapsed 00:00:05.97<br>
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped
    ==========<br>
    <br>
    Thank you in advance for help.<br>
  </body>
</html>