<div dir="ltr">You are probably not using cmake, and thus not automatically getting the runtime initialization of the vtkRenderingOpenGL module. Which is an implementation of the vtkRenderingModule.<div><br></div><div>From: <a href="http://www.vtk.org/Wiki/VTK/Build_System_Migration">http://www.vtk.org/Wiki/VTK/Build_System_Migration</a></div><div><pre style="padding:1em;border:1px dashed rgb(47,111,171);color:rgb(0,0,0);background-color:rgb(249,249,249);line-height:1.1em"> #include <vtkAutoInit.h>
 VTK_MODULE_INIT(vtkRenderingOpenGL);
 VTK_MODULE_INIT(vtkInteractionStyle);</pre></div></div><div class="gmail_extra"><br clear="all"><div>David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div>
<br><div class="gmail_quote">On Wed, Sep 24, 2014 at 11:32 AM, Tankard <span dir="ltr"><<a href="mailto:emptytanka@web.de" target="_blank">emptytanka@web.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In the linker settings, I included the path to the /lib folder of my VTK<br>
installation (not the build-folder). I also added all *.lib files from the<br>
VTK/lib, including the vtkRenderingOpenGL-6.1.lib.<br>
<br>
<br>
David Gobbi wrote<br>
<span class="">> This can happen if you don't include the vtkRenderingOpenGL library<br>
> in your project.<br>
><br>
>  - David<br>
<br>
<br>
<br>
<br>
<br>
</span>--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/vtkRenderWindow-New-returns-null-tp5728854p5728859.html" target="_blank">http://vtk.1045678.n5.nabble.com/vtkRenderWindow-New-returns-null-tp5728854p5728859.html</a><br>
<span class="im HOEnZb">Sent from the VTK - Users mailing list archive at Nabble.com.<br>
</span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank">http://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br></div>