Hi Zhang,<div><br></div><div>I'm glad to hear that you manage to compile and use CTK. I would be curious (probably off mailing list) to hear what you use CTK for.</div><div>Concerning your DLL issue, I just compiled CTK from scratch on Win7 x64 using VS 2008 (not x64), with just Core, Widgets, DICOM/Core and DICOM/Widgets turned on, and it seems to link the dll with MSVCR90.DLL and not MSVCR90D.DLL.</div>

<div><br></div><div>Can  you try a build from scratch? Are you sure you selected Release in the build mode in Visual Studio (default is Debug).</div><div>How come you managed to use the dependency walker on 64b DLLs, it's not supposed to work. What Qt were you using ? did you compile the binaries yourself ?</div>

<div><br></div><div>Julien.</div><div><br><div class="gmail_quote">On Sun, Mar 20, 2011 at 9:38 PM, zhang xiaodong <span dir="ltr"><<a href="mailto:zxdflyer@163.com">zxdflyer@163.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div>Dear CTK hackers:</div>
<div>    Recently I download the ctk source and compiled it with VS2008 X64 in Win7 X64 system. It works very well in my machine. </div>
<div>Then I use some of the ctk dll,for example CTKDICOMCore.dll as the third party library that is refered by my application. It also </div>
<div>works well in my machine. However when I deploy my application to the other computers which does not install VS2008, it just </div>
<div>does not work. Judging from the error message, I think it may lose some dll files. So I use dependency walker to check if any dll </div>
<div>is missing. But I am confused by the result. It shows the MSVCR90D.dll which is refered by CTKDICOMCore.dll is missing. But the </div>
<div>CTKDICOMCore.dll is the release version.  I also checked the dll files in the CTKbuild releasedirectory and got the same result. </div>
<div>Then I copied the manifest file and according dlls to the my applicaiton dirand it worked.</div>
<div> </div>
<div>  Why does it refer the debug version of MSVCR90D.dll ? Is there something wrong when I built CTK?  Anyone could help me? </div>
<div>Thanks very much.</div><br><br><span title="neteasefooter"><span></span></span><br>_______________________________________________<br>
Ctk-developers mailing list<br>
<a href="mailto:Ctk-developers@commontk.org">Ctk-developers@commontk.org</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ctk-developers" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ctk-developers</a><br>
<br></blockquote></div><br></div>