[vtkusers] CMake with MFC GuiSupport sample vtk 6.0 rc3
Mike Gagnon
mike at gagnon.com
Thu Jun 20 13:37:37 EDT 2013
I started over and got past my initial problem (now I don't remember
what I did wrong, apologies) - now vtk compiles fine for VS2012, but I
can't build the sample for MFC SDI apps:
[vtk base dir]\Examples\GUI\Win32\vtkMFC\vtkSDI
After referencing every .lib that comes from the vtk build, I have the
following linker errors:
2>------ Build started: Project: vtkSDI, Configuration: Debug Win32 ------
2>vtkRenderingFreeTypeOpenGL-6.0.lib(vtkOpenGLFreeTypeTextMapper.obj) :
error LNK2019: unresolved external symbol __imp__glBitmap at 28 referenced
in function "public: virtual void __thiscall
vtkOpenGLFreeTypeTextMapper::RenderOverlay(class vtkViewport *,class
vtkActor2D *)"
(?RenderOverlay at vtkOpenGLFreeTypeTextMapper@@UAEXPAVvtkViewport@@PAVvtkActor2D@@@Z)
2>vtkftgl-6.0.lib(FTPixmapGlyphRenderOpenGL.obj) : error LNK2001:
unresolved external symbol __imp__glBitmap at 28
2>vtkRenderingFreeTypeOpenGL-6.0.lib(vtkOpenGLFreeTypeTextMapper.obj) :
error LNK2019: unresolved external symbol __imp__glColor4ub at 16
referenced in function "public: virtual void __thiscall
vtkOpenGLFreeTypeTextMapper::RenderOverlay(class vtkViewport *,class
vtkActor2D *)"
(?RenderOverlay at vtkOpenGLFreeTypeTextMapper@@UAEXPAVvtkViewport@@PAVvtkActor2D@@@Z)
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLGlyph3DMapper.obj) : error
LNK2001: unresolved external symbol __imp__glColor4ub at 16
2>vtkRenderingFreeTypeOpenGL-6.0.lib(vtkOpenGLFreeTypeTextMapper.obj) :
error LNK2019: unresolved external symbol __imp__glDepthFunc at 4
referenced in function "public: virtual void __thiscall
vtkOpenGLFreeTypeTextMapper::RenderOverlay(class vtkViewport *,class
vtkActor2D *)"
(?RenderOverlay at vtkOpenGLFreeTypeTextMapper@@UAEXPAVvtkViewport@@PAVvtkActor2D@@@Z)
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderer.obj) : error LNK2001:
unresolved external symbol __imp__glDepthFunc at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderWindow.obj) : error LNK2001:
unresolved external symbol __imp__glDepthFunc at 4
2>vtkftgl-6.0.lib(FTGLPixmapFontRenderOpenGL.obj) : error LNK2001:
unresolved external symbol __imp__glDisable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLTexture.obj) : error LNK2001:
unresolved external symbol __imp__glDisable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLImageMapper.obj) : error LNK2019:
unresolved external symbol __imp__glDisable at 4 referenced in function
"public: virtual class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > __thiscall
std::_System_error_category::message(int)const "
(?message at _System_error_category@std@@UBE?AV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@2 at H@Z)
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLPolyDataMapper2D.obj) : error
LNK2001: unresolved external symbol __imp__glDisable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderWindow.obj) : error LNK2001:
unresolved external symbol __imp__glDisable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLProperty.obj) : error LNK2001:
unresolved external symbol __imp__glDisable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderer.obj) : error LNK2001:
unresolved external symbol __imp__glDisable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRepresentationPainter.obj) : error
LNK2001: unresolved external symbol __imp__glDisable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLScalarsToColorsPainter.obj) :
error LNK2001: unresolved external symbol __imp__glDisable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLCompositePainter.obj) : error
LNK2001: unresolved external symbol __imp__glDisable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLImageSliceMapper.obj) : error
LNK2001: unresolved external symbol __imp__glDisable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLLightingPainter.obj) : error
LNK2001: unresolved external symbol __imp__glDisable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLPainterDeviceAdapter.obj) : error
LNK2001: unresolved external symbol __imp__glDisable at 4
2>vtkRenderingFreeTypeOpenGL-6.0.lib(vtkOpenGLFreeTypeTextMapper.obj) :
error LNK2001: unresolved external symbol __imp__glDisable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkWin32OpenGLRenderWindow.obj) : error
LNK2001: unresolved external symbol __imp__glDisable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLClipPlanesPainter.obj) : error
LNK2001: unresolved external symbol __imp__glDisable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLCoincidentTopologyResolutionPainter.obj)
: error LNK2001: unresolved external symbol __imp__glDisable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLImageMapper.obj) : error LNK2001:
unresolved external symbol __imp__glEnable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLPolyDataMapper2D.obj) : error
LNK2019: unresolved external symbol __imp__glEnable at 4 referenced in
function "public: class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > & __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::assign(char const *)"
(?assign@?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAEAAV12 at PBD@Z)
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderWindow.obj) : error LNK2001:
unresolved external symbol __imp__glEnable at 4
2>vtkftgl-6.0.lib(FTGLPixmapFontRenderOpenGL.obj) : error LNK2001:
unresolved external symbol __imp__glEnable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderer.obj) : error LNK2001:
unresolved external symbol __imp__glEnable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRepresentationPainter.obj) : error
LNK2001: unresolved external symbol __imp__glEnable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLScalarsToColorsPainter.obj) :
error LNK2001: unresolved external symbol __imp__glEnable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLTexture.obj) : error LNK2001:
unresolved external symbol __imp__glEnable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLImageSliceMapper.obj) : error
LNK2001: unresolved external symbol __imp__glEnable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLLightingPainter.obj) : error
LNK2001: unresolved external symbol __imp__glEnable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLPainterDeviceAdapter.obj) : error
LNK2001: unresolved external symbol __imp__glEnable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLProperty.obj) : error LNK2001:
unresolved external symbol __imp__glEnable at 4
2>vtkRenderingFreeTypeOpenGL-6.0.lib(vtkOpenGLFreeTypeTextMapper.obj) :
error LNK2001: unresolved external symbol __imp__glEnable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLCamera.obj) : error LNK2001:
unresolved external symbol __imp__glEnable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLClipPlanesPainter.obj) : error
LNK2001: unresolved external symbol __imp__glEnable at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLCoincidentTopologyResolutionPainter.obj)
: error LNK2001: unresolved external symbol __imp__glEnable at 4
2>vtkRenderingFreeTypeOpenGL-6.0.lib(vtkOpenGLFreeTypeTextMapper.obj) :
error LNK2019: unresolved external symbol __imp__glFlush at 0 referenced in
function "public: virtual void __thiscall
vtkOpenGLFreeTypeTextMapper::RenderOverlay(class vtkViewport *,class
vtkActor2D *)"
(?RenderOverlay at vtkOpenGLFreeTypeTextMapper@@UAEXPAVvtkViewport@@PAVvtkActor2D@@@Z)
2>vtkRenderingOpenGL-6.0.lib(vtkWin32OpenGLRenderWindow.obj) : error
LNK2001: unresolved external symbol __imp__glFlush at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderer.obj) : error LNK2001:
unresolved external symbol __imp__glFlush at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderWindow.obj) : error LNK2001:
unresolved external symbol __imp__glFlush at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLHardwareSupport.obj) : error
LNK2001: unresolved external symbol __imp__glGetIntegerv at 8
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLTexture.obj) : error LNK2001:
unresolved external symbol __imp__glGetIntegerv at 8
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLPolyDataMapper2D.obj) : error
LNK2019: unresolved external symbol __imp__glGetIntegerv at 8 referenced in
function "public: class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > & __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::assign(class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > const &,unsigned
int,unsigned int)"
(?assign@?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAEAAV12 at ABV12@II at Z)
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderWindow.obj) : error LNK2001:
unresolved external symbol __imp__glGetIntegerv at 8
2>vtkRenderingOpenGL-6.0.lib(vtkShaderProgram2.obj) : error LNK2001:
unresolved external symbol __imp__glGetIntegerv at 8
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLPainterDeviceAdapter.obj) : error
LNK2001: unresolved external symbol __imp__glGetIntegerv at 8
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLProperty.obj) : error LNK2001:
unresolved external symbol __imp__glGetIntegerv at 8
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderer.obj) : error LNK2001:
unresolved external symbol __imp__glGetIntegerv at 8
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLScalarsToColorsPainter.obj) :
error LNK2001: unresolved external symbol __imp__glGetIntegerv at 8
2>vtkRenderingFreeTypeOpenGL-6.0.lib(vtkOpenGLFreeTypeTextMapper.obj) :
error LNK2001: unresolved external symbol __imp__glGetIntegerv at 8
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLActor.obj) : error LNK2001:
unresolved external symbol __imp__glGetIntegerv at 8
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLCoincidentTopologyResolutionPainter.obj)
: error LNK2001: unresolved external symbol __imp__glGetIntegerv at 8
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLImageSliceMapper.obj) : error
LNK2001: unresolved external symbol __imp__glGetIntegerv at 8
2>vtkRenderingFreeTypeOpenGL-6.0.lib(vtkOpenGLFreeTypeTextMapper.obj) :
error LNK2019: unresolved external symbol __imp__glIsEnabled at 4
referenced in function "public: virtual void __thiscall
vtkOpenGLFreeTypeTextMapper::RenderOverlay(class vtkViewport *,class
vtkActor2D *)"
(?RenderOverlay at vtkOpenGLFreeTypeTextMapper@@UAEXPAVvtkViewport@@PAVvtkActor2D@@@Z)
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLPainterDeviceAdapter.obj) : error
LNK2001: unresolved external symbol __imp__glIsEnabled at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderer.obj) : error LNK2001:
unresolved external symbol __imp__glIsEnabled at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLImageMapper.obj) : error LNK2001:
unresolved external symbol __imp__glLoadIdentity at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLPolyDataMapper2D.obj) : error
LNK2019: unresolved external symbol __imp__glLoadIdentity at 0 referenced
in function "public: class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > & __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::assign(class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > const &,unsigned
int,unsigned int)"
(?assign@?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAEAAV12 at ABV12@II at Z)
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderWindow.obj) : error LNK2001:
unresolved external symbol __imp__glLoadIdentity at 0
2>vtkRenderingFreeTypeOpenGL-6.0.lib(vtkOpenGLFreeTypeTextMapper.obj) :
error LNK2001: unresolved external symbol __imp__glLoadIdentity at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLCamera.obj) : error LNK2001:
unresolved external symbol __imp__glLoadIdentity at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderer.obj) : error LNK2001:
unresolved external symbol __imp__glLoadIdentity at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLTexture.obj) : error LNK2001:
unresolved external symbol __imp__glLoadIdentity at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLImageMapper.obj) : error LNK2001:
unresolved external symbol __imp__glMatrixMode at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLPolyDataMapper2D.obj) : error
LNK2019: unresolved external symbol __imp__glMatrixMode at 4 referenced in
function "public: void __thiscall std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> >::_Copy(unsigned
int,unsigned int)"
(?_Copy@?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAEXII at Z)
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderWindow.obj) : error LNK2001:
unresolved external symbol __imp__glMatrixMode at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLGlyph3DMapper.obj) : error
LNK2001: unresolved external symbol __imp__glMatrixMode at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLImageSliceMapper.obj) : error
LNK2001: unresolved external symbol __imp__glMatrixMode at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderer.obj) : error LNK2001:
unresolved external symbol __imp__glMatrixMode at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLTexture.obj) : error LNK2001:
unresolved external symbol __imp__glMatrixMode at 4
2>vtkRenderingFreeTypeOpenGL-6.0.lib(vtkOpenGLFreeTypeTextMapper.obj) :
error LNK2001: unresolved external symbol __imp__glMatrixMode at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLActor.obj) : error LNK2001:
unresolved external symbol __imp__glMatrixMode at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLCamera.obj) : error LNK2001:
unresolved external symbol __imp__glMatrixMode at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLCoincidentTopologyResolutionPainter.obj)
: error LNK2001: unresolved external symbol __imp__glMatrixMode at 4
2>vtkRenderingFreeTypeOpenGL-6.0.lib(vtkOpenGLFreeTypeTextMapper.obj) :
error LNK2019: unresolved external symbol __imp__glMultMatrixf at 4
referenced in function "void __cdecl
vtkgluPickMatrix(double,double,double,double,int *,int *)"
(?vtkgluPickMatrix@@YAXNNNNPAH0 at Z)
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLCamera.obj) : error LNK2001:
unresolved external symbol __imp__glMultMatrixf at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLImageMapper.obj) : error LNK2001:
unresolved external symbol __imp__glMultMatrixf at 4
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLPolyDataMapper2D.obj) : error
LNK2001: unresolved external symbol __imp__glMultMatrixf at 4
2>vtkRenderingFreeTypeOpenGL-6.0.lib(vtkOpenGLFreeTypeTextMapper.obj) :
error LNK2019: unresolved external symbol __imp__glOrtho at 48 referenced
in function "public: virtual void __thiscall
vtkOpenGLFreeTypeTextMapper::RenderOverlay(class vtkViewport *,class
vtkActor2D *)"
(?RenderOverlay at vtkOpenGLFreeTypeTextMapper@@UAEXPAVvtkViewport@@PAVvtkActor2D@@@Z)
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderer.obj) : error LNK2001:
unresolved external symbol __imp__glOrtho at 48
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLImageMapper.obj) : error LNK2001:
unresolved external symbol __imp__glOrtho at 48
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLPolyDataMapper2D.obj) : error
LNK2001: unresolved external symbol __imp__glOrtho at 48
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLPolyDataMapper2D.obj) : error
LNK2001: unresolved external symbol __imp__glPopMatrix at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderWindow.obj) : error LNK2001:
unresolved external symbol __imp__glPopMatrix at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLImageSliceMapper.obj) : error
LNK2019: unresolved external symbol __imp__glPopMatrix at 0 referenced in
function
__catch$?_Copy@?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAEXII at Z$1
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLLight.obj) : error LNK2001:
unresolved external symbol __imp__glPopMatrix at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderer.obj) : error LNK2001:
unresolved external symbol __imp__glPopMatrix at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLImageMapper.obj) : error LNK2001:
unresolved external symbol __imp__glPopMatrix at 0
2>vtkRenderingFreeTypeOpenGL-6.0.lib(vtkOpenGLFreeTypeTextMapper.obj) :
error LNK2001: unresolved external symbol __imp__glPopMatrix at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLActor.obj) : error LNK2001:
unresolved external symbol __imp__glPopMatrix at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLCoincidentTopologyResolutionPainter.obj)
: error LNK2001: unresolved external symbol __imp__glPopMatrix at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLGlyph3DMapper.obj) : error
LNK2001: unresolved external symbol __imp__glPopMatrix at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLImageMapper.obj) : error LNK2001:
unresolved external symbol __imp__glPushMatrix at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLPolyDataMapper2D.obj) : error
LNK2001: unresolved external symbol __imp__glPushMatrix at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderWindow.obj) : error LNK2001:
unresolved external symbol __imp__glPushMatrix at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLGlyph3DMapper.obj) : error
LNK2001: unresolved external symbol __imp__glPushMatrix at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLImageSliceMapper.obj) : error
LNK2019: unresolved external symbol __imp__glPushMatrix at 0 referenced in
function "public: class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > & __thiscall
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> >::erase(unsigned int,unsigned int)"
(?erase@?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAEAAV12 at II@Z)
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLLight.obj) : error LNK2001:
unresolved external symbol __imp__glPushMatrix at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLRenderer.obj) : error LNK2001:
unresolved external symbol __imp__glPushMatrix at 0
2>vtkRenderingFreeTypeOpenGL-6.0.lib(vtkOpenGLFreeTypeTextMapper.obj) :
error LNK2001: unresolved external symbol __imp__glPushMatrix at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLActor.obj) : error LNK2001:
unresolved external symbol __imp__glPushMatrix at 0
2>vtkRenderingOpenGL-6.0.lib(vtkOpenGLCamera.obj) : error LNK2001:
unresolved external symbol __imp__glPushMatrix at 0
[snip]
On 6/20/2013 12:33 AM, David E DeMarle wrote:
> You mean $VTKSRC/Examples/GUI/Win32/SampleMFC?
>
>
> David E DeMarle
> Kitware, Inc.
> R&D Engineer
> 21 Corporate Drive
> Clifton Park, NY 12065-8662
> Phone: 518-881-4909
>
>
> On Wed, Jun 19, 2013 at 9:45 PM, Mike Gagnon <mike at gagnon.com
> <mailto:mike at gagnon.com>> wrote:
>
> Hello,
> When trying to compile the GUISupport sample for MFC with VS2012
> and vtk version 6.0.0.rc3, I get the following error.
>
> Unknown CMake command "vtk_module_library".
>
> Any idea how to fix this?
>
> Thanks,
> Mike
> --
>
>
>
> _______________________________________________
> Powered by www.kitware.com <http://www.kitware.com>
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130620/e046bb6f/attachment.htm>
More information about the vtkusers
mailing list