[vtkusers] Problem with VTK on Linux

Ian Remmler irr5509 at cs.tamu.edu
Fri Jul 21 15:06:06 EDT 2000


On Fri, 21 Jul 2000, Daniel J. Blezek, Ph.D. wrote:

> Ian,
> 
>   This sounds less like a VTK issue, and more like a template/library
> problem.  I would suggest writing a small program that links to

Yep, that was it!  g++ wasn't handling the template instantiation the
same.  I fixed it by including the c++ file with the template definitions
at the end of the .h file with the declarations.  It's not a very elegant
solution, but it works!

Thanks,
	- Ian.





More information about the vtkusers mailing list