visual studio 2022 在使用open3d出现的问题及解决方式

时间:2024-07-10 11:19:12

当出现以下问题:

使用open3d::utility::LogInfo系列出现LNK2001问题,如下所示:

LNK2001 无法解析的外部符号 “char __cdecl fmt::v6::internal::decimal_point_impl(class fmt::v6::internal::locale_ref)”
LNK2001 无法解析的外部符号 “public: static unsigned __int64 const * const fmt::v6::internal::basic_data::zero_or_powers_of_10_64”

解决方法:
【属性管理器】->【C/C++】->【预处理器】,添加“FMT_HEADER_ONLY”