[Insight-users] Re: [vtkusers] about the run time lib of vtk(itk)

kingaza at gmail.com kingaza at gmail.com
Wed Aug 11 06:32:26 EDT 2004


what about 2 processes?
and you can translate data in process.

On Mon, 09 Aug 2004 23:05:17 -0400, Luis Ibanez <luis.ibanez at kitware.com> wrote:
> 
> HI Yixun,
> 
> If you have libraries A and B on MS-Windows and
> 
>    A is build for Debug Multithread  DLL
>    B is bulid for Debug Singlethread DLL
> 
> You *cannot* use them together in an application.
> 
> Note that you may *force* them to link by telling
> the linker to silence its warnings, but that will
> simply produce a dangerous executable that may
> crash at any time. (and of course, it will always
> choose the worst possible time   :-/    ).
> 
> You are lucky in this case, because one of the
> libraries (VTK) is open source and you can recompile
> it with the apropriate options.
> 
>    Isn't Open Source great ?    :-)
> 
> Regards,
> 
>   Luis
> 
> -----------------
> 
> 
> Yixun Liu wrote:
> 
> > Hi,
> >
> >          I need use two libs, one of them is VTK4.2. I build the VTK4.2
> > with the run time lib: Debug Multithread DLL. However, the other lib is
> > build with the run time lib : Debug single thread.  I can rebuild any
> > one of them to make them have the same run time lib. However, if I only
> > have the binary version of the two libs, namely, I can not rebuild them,
> > how to config to make them use the same run time libs?
> >
> > Thank you in advances!
> >
> > Best regards,
> >
> > Yixun Liu
> >
> > 
> > ------------------------------------------------------------------------
> >
> 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
>


More information about the Insight-users mailing list