I&#39;m no expert but watch out for the DCMTK_OVERWRITE_WIN32_COMPILER_FLAGS in the CMakeLists.txt that will overwrite any compiler flags you might customize.<div><br></div><div>-F</div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Fri, Nov 2, 2012 at 3:04 PM, Bill Hoffman <span dir="ltr">&lt;<a href="mailto:bill.hoffman@kitware.com" target="_blank">bill.hoffman@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<a href="http://forum.dcmtk.org/viewtopic.php?t=35" target="_blank">http://forum.dcmtk.org/<u></u>viewtopic.php?t=35</a><br>
<a href="http://msdn.microsoft.com/en-us/library/abx4dbyh%28v=vs.80%29.aspx" target="_blank">http://msdn.microsoft.com/en-<u></u>us/library/abx4dbyh%28v=vs.80%<u></u>29.aspx</a><br>
<br>
<br>
LIBCPMTD is the static run time library for MS VS.<br>
<br>
MSVCRTD is the dynamic dll run time library for MS VS.<br>
<br>
Debug Multithreaded (/MTd)      LIBCMTD.LIB / LIBCPMTD.LIB<br>
Debug Multithreaded /DLL (MDd)  MSVCRTD.LIB / MSVCPRTD.LIB<br>
<br>
<br>
What CMake generator are you using?<br>
<br>
-Bill<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
On 11/2/2012 2:45 PM, Williams, Norman K wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;m trying not to hate Visual Studio.  I&#39;m hoping someone here can help me<br>
not to.<br>
<br>
I&#39;m building DCMTK and then using USE_SYSTEM_DCMTK to build ITK with the<br>
new DCMTKIO.  Through the generous help of Brad King, it works on Windows<br>
now - mostly.  The problem is that there&#39;s a library collision between the<br>
DCMTK and ITK libraries when I try to link the ITK tests.<br>
<br>
I&#39;ve tried Googling for solutions and the consensus of the Internet<br>
suggests no solutions and says basically &quot;yes this happens and yes it&#39;s<br>
annoying.&quot;<br>
<br>
I can understand how I might make this happen -- use different library<br>
models for DCMTK and ITK.  But I&#39;ve looked at the CMakeCache.txt for both<br>
projects and all the<br>
compiler and linker flags are identical.<br>
<br>
Anyone run into this and know how to make it work?<br>
<br>
Here&#39;s a representative excerpt of the output:<br>
605&gt;msvcprtd.lib(MSVCP100D.<u></u>dll) : error LNK2005: &quot;public: class<br>
std::basic_ostream&lt;char,struct std::char_traits&lt;char&gt; &gt; &amp; __thiscall<br>
std::basic_ostream&lt;char,struct std::char_traits&lt;char&gt; &gt;::put(char)&quot;<br>
(?put@?$basic_ostream@DU?$<u></u>char_traits@D@std@@@std@@<u></u>QAEAAV12@D@Z) already<br>
defined in oflog.lib(oflog.obj)<br>
<br>
605&gt;MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __strdup already defined<br>
in LIBCMTD.lib(strdup.obj)<br>
<br>
605&gt;MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __unlink already defined<br>
in LIBCMTD.lib(unlink.obj)<br>
<br>
605&gt;MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _strtol already defined in<br>
LIBCMTD.lib(strtol.obj)<br>
<br>
605&gt;MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __fileno already defined<br>
in LIBCMTD.lib(fileno.obj)<br>
<br>
605&gt;MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: _vsprintf already defined<br>
in LIBCMTD.lib(vsprintf.obj)<br>
<br>
605&gt;MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __get_osfhandle already<br>
defined in LIBCMTD.lib(osfinfo.obj)<br>
<br>
605&gt;MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __write already defined in<br>
LIBCMTD.lib(write.obj)<br>
<br>
605&gt;MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __lseeki64 already defined<br>
in LIBCMTD.lib(lseeki64.obj)<br>
<br>
605&gt;MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __aligned_malloc already<br>
defined in LIBCMTD.lib(dbgheap.obj)<br>
<br>
605&gt;MSVCRTD.lib(MSVCR100D.dll) : error LNK2005: __aligned_free already<br>
defined in LIBCMTD.lib(dbgheap.obj)<br>
<br>
605&gt;     Creating library<br>
C:/itktest/ITK-build/lib/<u></u>Debug/BilateralImageFilter.lib and object<br>
C:/itktest/ITK-build/lib/<u></u>Debug/BilateralImageFilter.exp<br>
<br>
605&gt;LINK : warning LNK4098: defaultlib &#39;MSVCRTD&#39; conflicts with use of<br>
other libs; use /NODEFAULTLIB:library<br>
<br>
605&gt;LINK : warning LNK4098: defaultlib &#39;LIBCMTD&#39; conflicts with use of<br>
other libs; use /NODEFAULTLIB:library<br>
<br>
605&gt;C:\itktest\ITK-build\bin\<u></u>Debug\BilateralImageFilter.exe : fatal error<br>
LNK1169: one or more multiply defined symbols found<br>
<br>
605&gt;<br>
<br>
<br>
<br>
<br>
Where it&#39;s falling down is that apparentl<br>
<br>
<br>
<br>
<br>
<br>
______________________________<u></u>__<br>
Notice: This UI Health Care e-mail (including attachments) is covered by the Electronic Communications Privacy Act, 18 U.S.C. 2510-2521, is confidential and may be legally privileged.  If you are not the intended recipient, you are hereby notified that any retention, dissemination, distribution, or copying of this communication is strictly prohibited.  Please reply to the sender that you have received the message in error, then delete it.  Thank you.<br>

______________________________<u></u>__<br>
______________________________<u></u>_________________<br>
Powered by <a href="http://www.kitware.com" 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" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://kitware.com/products/protraining.php" target="_blank">http://kitware.com/products/<u></u>protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_<u></u>FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">http://www.itk.org/mailman/<u></u>listinfo/insight-developers</a><br>
<br>
</blockquote>
<br>
<br></div></div><span class="HOEnZb"><font color="#888888">
-- <br>
Bill Hoffman<br>
Kitware, Inc.<br>
28 Corporate Drive<br>
Clifton Park, NY 12065<br>
<a href="mailto:bill.hoffman@kitware.com" target="_blank">bill.hoffman@kitware.com</a><br>
<a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a><br>
<a href="tel:518%20881-4905" value="+15188814905" target="_blank">518 881-4905</a> (Direct)<br>
<a href="tel:518%20371-3971%20x105" value="+15183713971" target="_blank">518 371-3971 x105</a><br>
Fax <a href="tel:%28518%29%20371-4573" value="+15183714573" target="_blank">(518) 371-4573</a></font></span><div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
Powered by <a href="http://www.kitware.com" 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" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://kitware.com/products/protraining.php" target="_blank">http://kitware.com/products/<u></u>protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_<u></u>FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-developers" target="_blank">http://www.itk.org/mailman/<u></u>listinfo/insight-developers</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>-- <br>Félix C. Morency, M.Sc.<br>Plateforme d’analyse et de visualisation d’images<br>Centre Hospitalier Universitaire de Sherbrooke<br>Centre de recherche clinique Étienne-Le Bel<br>
Local Z5-3031 | 819.346.1110 ext 16634 <br>
</div>