[vtkusers] Problem with finding vtkMFC.lib

Murat Ahat murat.ahat at gmail.com
Tue Aug 16 11:13:28 EDT 2005


On Tue, 16 Aug 2005 14:57:44 +0200
__ukasz Tutaj <ltutaj at wp.pl> wrote:

> Hi vtk Users.
> 
> I downloaded the latest updates from CVS repository, and tried to
> launch some GUI example. However I got error that there was no
> vtkMFC.lib available. After checking I found that there was no
> vtkMFC.lib on my disk. I think it should be because during building
> VTK there was no error. Thanks for any help.
> __ukasz Tutaj
> 
I think you have to build it with the GUI support. when you run cmake
you have to run it with -i option. for example:
  cmake -i 
and choose to use advanced options. thus you will see a GUI support
option, and you should set it ON. and also choose build with MFC
support option.

good luck!!!



More information about the vtkusers mailing list