[Insight-users] Re: error finding the vtkrenderer.dll

Luis Ibanez luis . ibanez at kitware . com
Mon, 19 May 2003 09:58:49 -0400


Hi Abhishek,

The VTK dlls must be placed in a directory that is in
your path. (or, what is equivalent, you have to add
to your path the directory where you curretly have
your VTK dll files.

Hope that helps,


Luis


----------------------------------------------

Abhishek Banerjee wrote:
> Hi luis,
> We are working with VTK in our project. We are
> developing a rendering software which will render in
> volume binary images of tumor.
> 
> However, though the programs compile perfectly in VC++
> after generating the appropriate .dsw file with Cmake
> when we try to execute the file it flashes an error
> that it cannot find vtkgraphics.dll and so on. We are
> in a fix and cant figure out where to put the dll
> files which are present in VTK-xxxx/bin.
> 
> 
> please help us understand VTK better.
> 
> We modified the CMakeList from SampleMFC project in
> Examples section of VTK.
> 
> Any help is much appreciated and thanks in advance
> 
> Regards,
> Abhishek Banerjee
>