[vtkusers] DCMTK + VTK or ITK

Xiaofeng Z xf10036 at hotmail.com
Mon Mar 29 12:37:50 EDT 2010


Michael,

 

I just checked and you are right!  Although I am using statically linked dcmtk, the run-time library is Multi-Threaded DLL (/MD) as the setting in VTK.

 

Somehow I had an impression that /MD cannot be used when building statically linked library.  It is probably something got stuck in my mind from MFC/VC++6 days.


Thanks!


Xiaofeng Z



 


From: Michael.Knopke at gmx.de
To: vtkusers at vtk.org
Date: Mon, 29 Mar 2010 17:13:51 +0200
Subject: Re: [vtkusers] DCMTK + VTK or ITK





 
Hi Xiaofeng Z,
 
are you sure you are talking about mixing static/dynamic c-runtime (determined via the compiler setting) and not the libraries itself (Build_shared_libs)? The latter one is no problem at all.
 
If you mixed the c-runtime you are probably just lucky:
 
http://support.microsoft.com/?scid=kb;en-us;140584&x=11&y=9
 
 
Regards,
 
Michael
  		 	   		  
_________________________________________________________________
Hotmail: Trusted email with powerful SPAM protection.
http://clk.atdmt.com/GBL/go/210850553/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100329/6673fb67/attachment.htm>


More information about the vtkusers mailing list