[vtkusers] When I build my programme with vtk5.0 by using vtkMFCWindow I got link errors!

Mark Gooding mark.gooding at gmail.com
Thu Jun 1 11:46:17 EDT 2006


On 6/1/06, BoShi <chinaren.vtk at gmail.com> wrote:

> I think the problem is that I link the vtk MinSizeRel mode library and
> in these DLLs there
> is not the implementation of Dump or AssertValid. That is in DEBUG mode
> I should link vtk in
> its DEBUG DLLs. But my question is how can I let VC6 link the proper
> DLLs automatically.
> Thanks a lot! Any idea is appreciated!

It's probably not the right/best approach, but I have compiled vtk in
both debug and release modes in different directories. The different
directories used to find the files to link are specified for both
debug and release in my project.

HTH,

mark



More information about the vtkusers mailing list