<div class="gmail_quote">On Tue, Jun 30, 2009 at 7:23 AM, Bill Hoffman <span dir="ltr">&lt;<a href="mailto:bill.hoffman@kitware.com">bill.hoffman@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div></div><div class="h5">James Bigler wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I have a project that generates object files as part of the compilation.  I add the object names to the project with ${CMAKE_CFG_INTDIR} in the file name and they show up in the solution explorer (which is what I would expect).<br>


<br>
VS seems to do the right thing most of the time, but occasionally it will not add the object files I generate to the link line.  They are just missing.  If I restart Visual Studio and run compile again, the objects are added back in as they should be.<br>


<br>
Has anyone noticed this?<br>
<br>
Is there something I should be doing in CMake to help avoid this?<br>
<br>
I&#39;m using CMake 2.6.4, VS 2005 SP 1, on XP 64.<br>
<br>
Thanks,<br>
James<br>
<br>
</blockquote></div></div>
If you can create a small example with this issue and create a bug report that would be the best way to find out what is wrong.<br><font color="#888888">
<br>
-Bill<br>
</font></blockquote></div><br>OK, I finally got a reproducer for the crash and the missing objects
that doesn&#39;t require an external tool (I&#39;m using cl.exe with a custom command).  It turns out, I needed to create a dll as
part of the build process.<br>
<br>
<a href="http://www.vtk.org/Bug/view.php?id=9221">http://www.vtk.org/Bug/view.php?id=9221</a><br>
<br>
James<br><br><br>