配置VS2010 for GreedyProjectionTriangulation

时间:2013-10-18 15:46:05

标签: c++ visual-studio-2010 struct point-cloud-library point-clouds

我有一个基于PCL 1.6的代码,使用OrganizedFastMesh和Poisson等功能,效果很好。但当我添加this code使用GreedyProjectionTriangulation函数VS2010时返回此错误:

*错误51错误LNK2001:未解析的外部符号“private:virtual void __cdecl pcl :: GreedyProjectionTriangulation :: performReconstruction(class std :: vector>&)”(?performReconstruction @?$ GreedyProjectionTriangulation @ UPointXYZ @ pcl @@ @ pcl @@ EEAAXAEAV?$ vector @ UVertices @ pcl @@ V?$ allocator @ UVertices @ pcl @@@ std @@@ std @@@ Z)C:... \ pcl_surface.obj *

是否需要额外的file.lib来包含?

哪些?还有什么?

谢谢!

1 个答案:

答案 0 :(得分:1)

几天前,我的代码中出现了同样的错误(有两个类似的错误)。 我将lib文件 /lib/pcl_features_debug.lib 添加到链接器 - >输入,它可以正常工作。

VS2010(X64)调试模式