A
antani
When I add to my code this line
vcg::tri::io::Importer<CMesh>::Open(mesh,"mesh.ply");
I get a linker error.
Please help me.
I tested a qt empty project with only main function.
I added the incriminate line of code and work correctly.
mi error LNK2019: unresolved external symbol "private: void __thiscall
vcg:ly:lyFile::compile(class vcg:ly:lyElement *)" (?
compile@PlyFile@ply@vcg@@AAEXPAVPlyElement@23@@Z) referenced in
function "public: void __thiscall
vcg:ly:lyFile::SetCurElement(int)" (?
SetCurElement@PlyFile@ply@vcg@@QAEXH@Z)
vcg::tri::io::Importer<CMesh>::Open(mesh,"mesh.ply");
I get a linker error.
Please help me.
I tested a qt empty project with only main function.
I added the incriminate line of code and work correctly.
mi error LNK2019: unresolved external symbol "private: void __thiscall
vcg:ly:lyFile::compile(class vcg:ly:lyElement *)" (?
compile@PlyFile@ply@vcg@@AAEXPAVPlyElement@23@@Z) referenced in
function "public: void __thiscall
vcg:ly:lyFile::SetCurElement(int)" (?
SetCurElement@PlyFile@ply@vcg@@QAEXH@Z)