<div class="gmail_quote">On Mon, Sep 17, 2012 at 4:33 AM, cerina <span dir="ltr"><<a href="mailto:cerine-baratelli@hotmail.fr" target="_blank">cerine-baratelli@hotmail.fr</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
i divide my mesh to regions with the vtkOctree class, and now, i'm trying to<br>
write each region in a ply File. I tried to use the vtkPLYWriter, but i get<br>
2errors:<br>
*error LNK1120: 1 unresolved externals*<br>
*error LNK2019: unresolved external symbol "__declspec(dllimport) public:<br>
static class vtkExtractSelection * __cdecl vtkExtractSelection::New(void)"<br>
(__imp_?New@vtkExtractSelection@@SAPAV1@XZ) referenced in function "public:<br>
static class vtkSmartPointer<class vtkExtractSelection> __cdecl<br>
vtkSmartPointer<class vtkExtractSelection>::New(void)"<br>
(?New@?$vtkSmartPointer@VvtkExtractSelection@@@@SA?AV1@)*<br></blockquote><div><br></div>That is a linker error. What does your CMakeLists.txt file look like?<br clear="all"><br><div>David </div></div>