[vtkusers] running C++ examples in Windows 2000 using MS Visual Studio 5.0

Naoko TAKAYA takaya at cv.cs.ritsumei.ac.jp
Mon Jun 3 21:39:47 EDT 2002


Hi Joseph,

I think you have to copy all .h files in 

C\Prgram Files\Micorsoft Visual Studio\VC98\Include

and include .h files in the program like
#include "vtk*.h"

Or you can copy all .h files in 

C\Prgram Files\Micorsoft Visual Studio\VC98\Include\VTK

and include .h files in the program like
#include "VTK/vtk*.h"

I hope this helps.

Naoko

vtk replies <vtk_replies at yahoo.com> wrote:

 > 
 > Hi,
 > 
 > I use vtk3.2 on Linux . I want to use the same on Windows 2000. I downloaded the precompiled binaries but have problems with running c++ examples using MS Visual Studio 5.0 . VS is unable to locate the ".h" files. The only dll that I found for vtk was the vtkdll.dll . I included this and the dir that contained all the ".h" files in the Link options. I still get "cannot open ...h file " errors. Is there anything I can do other than copy all the .h files into the examplesCxx directory ?
 > 
 > Thanks for any help.
 > 
 >  
 > 
 > Regards
 > 
 > Joseph.
 > 
 > 
 > 
 > ---------------------------------
 > Do You Yahoo!?
 > Sign-up for Video Highlights of 2002 FIFA World Cup




More information about the vtkusers mailing list