[vtkusers] Help Needed!!!

Charles Boivin Charles.Boivin at rwdiwest.com
Wed Aug 25 13:44:33 EDT 2004


Hi Sridhar,

Have you used CMake to create the project file for the example as well?
You must have done this for the VTK library itself, but you then need to
do it for the individual examples that you want to run too. (At least,
that's what I have been doing; others might have different ways of doing
things)

You then want to make sure that the VTK library is in your path. In XP,
you go to My Computer, Properties, Environment Variables.

Furthermore, it is possible that you'll get some error message saying
that it cannot find some of the include files (the .h files). If that is
case, add the folders where these files are located in Project
->Properties -> C/C++ -> General -> Additional Include Directories

I was able to succesfully compile the examples from VTK 4.2 and VTK 4.4
in Visual Studio 2003 doing just that.

Good luck,

Charles

>>> Sridhar Yaddanapudi <sridharyaddanapudi at yahoo.com> 08/25/04 11:27am
>>>
Hi,
 
I am Sridhar. I just installed VTK on my PC which has the Windows XP
Operating system. I followed the instruction given in the README file,
and built it. In the end, I got ALL_BUILD - 0 error(s), 0 warning(s).
 
Now I wanted to run a Example file Cone.cxx. I have not been able to do
it. I opened the file in Microsoft Visual C++. Could you please guide me
through of how I can execute programs in C++. 
 
It woul dbe very kind of you, if you could guide me through, of how to
get started, and execute the programs.
 
Thanks and Regards,
Sridhar

		
---------------------------------
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.



More information about the vtkusers mailing list