<div class="gmail_quote">On Mon, Sep 17, 2012 at 4:33 AM, cerina <span dir="ltr">&lt;<a href="mailto:cerine-baratelli@hotmail.fr" target="_blank">cerine-baratelli@hotmail.fr</a>&gt;</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&#39;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 &quot;__declspec(dllimport) public:<br>
static class vtkExtractSelection * __cdecl vtkExtractSelection::New(void)&quot;<br>
(__imp_?New@vtkExtractSelection@@SAPAV1@XZ) referenced in function &quot;public:<br>
static class vtkSmartPointer&lt;class vtkExtractSelection&gt; __cdecl<br>
vtkSmartPointer&lt;class vtkExtractSelection&gt;::New(void)&quot;<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>