<div>Are you linking to d3d9.lib in conu? I am assuming you have the direct x sdk installed? Can you give us some more context? It looks like you have an executable that links in VTK, does it also have a dependency on direct 3d? VTK has a couple of classes that use direct 3d to query hardware information. I am curious if thats where the link errors are coming from.</div>

<div><br></div><div class="gmail_quote">On Fri, Feb 11, 2011 at 4:51 AM, iono sphere <span dir="ltr">&lt;<a href="mailto:999ionospheres@gmail.com" target="_blank">999ionospheres@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, in the errors, I see that you are compiling as debug build<br>
(because your folder is d:\ETH - Z\vtk\conu\Debug\), is d3d9.dll is<br>
for debug build or release build? If it is for release build, you will<br>
want the debug build version. By standard, it should be named<br>
d3d9d.dll. The extra &quot;d&quot; is for &quot;debug&quot; build.<br>
<br>
Alternatively, you may wish to instruct Visual Studios to create a<br>
release build instead so that it matches with the release build of the<br>
lib file.<br>
<br>
Does this help?<br>
Iono<br>
<div><br>
On Fri, Feb 11, 2011 at 5:24 PM, Ilinca, Radu &lt;<a href="mailto:rilinca@gmail.com" target="_blank">rilinca@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; PS:<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; I forgot to mention that I included d3d9.dll and still got the errors L<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; 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>
&gt;<br>
&gt; 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>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
_______________________________________________<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://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br>