[vtkusers] help on using Marching cubes
Huiqun Zhou
hqzhou at nju.edu.cn
Mon Jun 9 22:29:08 EDT 2003
You need to get the source code and turn "on" VTK_USE_PATENTED by using CMake,
then re-build vtkPatented.dll.
If you are using a binary installation, you also need to copy the compiled vtkPatented.dll to
x:\your vtk installation\bin, and vtkPatented.lib to x:\your vtk installation\lib\vtk, respectively.
Finally, copy all header files from x:\your vtk source root\patented to x:\your vtk installation\include\vtk.
If you have been using a build from vtk source code tree, you just need to add x:\your vtk source root\patented
for path to header files, x:\your vtk source root\patented\release for path to vtkPatented.lib into your project setting,
or the compiler's default setting.
Hope this help you.
Huiqun Zhou
----- Original Message -----
From: "hong zhang" <hongzhang77 at yahoo.com>
To: <vtkusers at public.kitware.com>
Sent: Tuesday, June 10, 2003 7:26 AM
Subject: [vtkusers] help on using Marching cubes
> Hi,
> I can't use vtkMarchingCubes because I can't find the
> .h file in the 'include' dir. Then I find it in
> 'Patented' dir but I can't use it because I need a
> .lib file.So how can I settle down this problem?
> Is there anybody have experients about using
> MarchingCubes?Any suggestion is appreciated.
> Thanks,
> Hong
>
> __________________________________
> Do you Yahoo!?
> Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
> http://calendar.yahoo.com
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
More information about the vtkusers
mailing list