I am reading a VTK file and saving it as an STL file . <br>My issue is that I am getting this strange error :<br>
<div><div>ERROR: In O:\qt-everywhere-opensource-src-4.8.0\VTK\Filtering\vtkExecutive.cxx, line 377</div><div>vtkStreamingDemandDrivenPipeline (00AC0C00): Attempt to get input information vector from input port index 11252952 for algorithm vtkSTLWriter(00ACCB50), which has 1 input ports.</div>
<div><br></div><div><br></div></div><div>This was working fine before . The only change I did from before was I compiled VTK with Shared_libs option On. </div><div>Since making dlls. the vtkSTLWriter does not recognize SetInput() either . </div>
<div><br></div><div>Regards</div><div>Darshan</div>