<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi!<br>Iīm writing a new filter called vtkDataCalculator, which should add/subtract/multiply/ divide the point data arrays of two datasets. <br>Having written now a very simple version which just adds the point data, I try to build it as a Plugin and I get the error<br><br>Linking Cxx Shared Library ...\bin\libDataCalculator.dll<br>Creating library file: ..\bin\libDataCalculator.dll.a<br>CMakeFiles\DataCalculator.dir\vtkDataCalculator.obj: In function 'ZN17vtkDataCalculator3NewEv':<br>C:/ParaviewSource/ParaView3/Plugins/vtkDataCalculator.h:14 undefined reference to 'vtable for vtkDataCalculator'<br>collect2: ld returned 1 exit status <br><br><br>I believe that I miss to specify a Macro, I just put <br><br>vtkTypeMacro(vtkDataCalculator,vtkDataSetAlgorithm);<br><br>in my Headerfile. <br><br>If there is a Macro missing, does anyone know, which one?<br>And if itīs something else .. whatīs wrong?<br><br>thx for help,<br>Natalie<br><br /><hr />Express yourself instantly with MSN Messenger! <a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger</a></body>
</html>