<div dir="ltr">Thank you. Putting the missing dlls in the same directory did get rid of the error.<div><br></div><div>Sanjin P.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Aug 21, 2017 at 11:47 PM, kenichiro yoshimi <span dir="ltr"><<a href="mailto:rccm.kyoshimi@gmail.com" target="_blank">rccm.kyoshimi@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Sanjin,<br>
<br>
You need to either add the path to the directory containing the VTK<br>
dlls to your computer's PATH variable, or put the missing dlls in the<br>
same directory as the executable. If you builds VTK static library<br>
with Build_SHARED_LIBS=OFF, the above work is not necessary.<br>
<br>
Thanks<br>
<div><div class="h5"><br>
2017-08-21 2:17 GMT+09:00 Sanjin Pajo <<a href="mailto:sanjin.pajo@gmail.com">sanjin.pajo@gmail.com</a>>:<br>
> I am configuring and generating build files for my project with VTK. When I<br>
> run it I get the following error:<br>
><br>
> The program cannot be strated, vtkRenderingGL2PSOpenGL2-8.0.<wbr>dll is missing.<br>
><br>
> CMakeLists:<br>
><br>
> find_package(VTK 8.0 COMPONENTS<br>
>           vtkCommonCore<br>
>           vtkFiltersCore<br>
>           vtkFiltersModeling<br>
>           vtkFiltersSources<br>
>           vtkRenderingCore<br>
>           vtkRenderingOpenGL2<br>
>           vtkRenderingGL2PSOpenGL2 )<br>
><br>
><br>
><br>
> add_executable(my_project ${project_SOURCES} ${project_FORMS_HEADERS}<br>
> target_link_libraries (mc_project ${VTK_LIBRARIES})<br>
><br>
><br>
><br>
> Sanjin P.<br>
><br>
><br>
</div></div>> ______________________________<wbr>_________________<br>
> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at<br>
> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
><br>
> Please keep messages on-topic and check the VTK FAQ at:<br>
> <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_<wbr>FAQ</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtkusers</a><br>
><br>
</blockquote></div><br></div>