[Insight-users] Re: [Insight-users]: SegmentationEditorFltkGui missing vtkCommon.dll
Luis Ibanez
luis . ibanez at kitware . com
Wed, 05 Nov 2003 15:31:23 -0500
Hi P3rdigao,
DLLs are searched for in the directory
of your executable and then in the
directories specified in the PATH.
Threfore, you have two options:
A - copy the VTK .dll to the
directory where your executable is.
or
B - Add the directory where vtkCommon.dll
is located, to the PATH.
Regards,
Luis
---------------
p3rdigao wrote:
> Hi
>
> When I click on EditorFltkGui.exe to start the aplication I receive a
> message saying
>
> .... missing vtkCommon.dll....
>
> but vtkCommon.dll is at dir c:\InsightToolkit-1.4.0B\bin\release\
>
>
> What should I do?
>
> Thanks.
>
>
>