[vtkusers] Can't reach vtk include files.

David Doria daviddoria at gmail.com
Fri Apr 8 14:12:20 EDT 2011


On Fri, Apr 8, 2011 at 2:06 PM, Bob Palank <bob at stlcc.org> wrote:

> It seems I cannot reach the vtk include files, nor can they reach the
> include files they need.
>
>
>
> Here is my code:
>
> //           Cone2011Test.cpp : main project file.
>
>
>
> #include "stdafx.h"
>
> //             Using VC++ Project Properties | Configuration Properties |
> VC++ Directories
>
> //             D:\Vtk561-bin and d:\vtk561 $(IncludePath) were placed in
> the include path
>
> #include "vtkCylinderSource.h"
>
> #include "vtkPolyDataMapper.h"
>
> #include "vtkActor.h"
>
> #include "vtkRenderer.h"
>
> #include "vtkRenderWindow.h"
>
> #include "vtkRenderWindowInteractor.h"
>
> #include "vtkProperty.h"
>
> #include "vtkCamera.h"
>
>
>
>
>
> using namespace System;
>
>
>
> int main(array<System::String ^> ^args)
>
> {
>
>     Console::WriteLine(L"Hello World");
>
>     Console::ReadLine();
>
>        return 0;
>
> }
>
>
Bill asked to see the CMakeLists.txt file - did you post it somewhere? I
didn't see it in the email chain.

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20110408/3b4adc95/attachment.htm>


More information about the vtkusers mailing list