- 博客(67)
- 收藏
- 关注
原创 namespace “polyscope“没有成员“registerPointCloud“和namespace “polyscope“没有成员”getCurveNetwork“解决办法
namespace "polyscope"没有成员"registerPointCloud"和namespace "polyscope"没有成员”getCurveNetwork"解决办法
2024-07-03 16:33:37
150
原创 error C2146: 语法错误: 缺少“;”(在标识符“w”的前面) C4430 缺少类型说明符–假定为int。注意:C++不支持默认int C2872 “string“:不明确的符号
error C2146: 语法错误: 缺少“;”(在标识符“w”的前面) C4430 缺少类型说明符–假定为int。注意:C++不支持默认int C2872 "string":不明确的符号
2024-04-01 18:18:41
694
原创 C2011 “MeshTraits“:“struct“类型重定义 C2011 “MeshTools“:“ class“类型重定义
C2011 "MeshTraits":"struct"类型重定义 C2011 “MeshTools":" class"类型重定义
2024-04-01 11:25:13
367
原创 当电脑屏幕卡在某一个页面,进入其他软件时该页面一直像背景一样覆盖在其他页面上的解决办法
当电脑屏幕卡在某一个页面,进入其他软件时该页面一直像背景一样覆盖在其他页面上的解决办法
2024-03-24 15:53:19
294
原创 error LNK2038: 检测到“RuntimeLibrary”的不匹配项: 值“MD_DynamicRelease”不匹配值“MT_StaticRelease”(DistanceBetweenM
error LNK2038: 检测到“RuntimeLibrary”的不匹配项: 值“MD_DynamicRelease”不匹配值“MT_StaticRelease”(DistanceBetweenMeshs.cpp.obj 中)
2024-01-22 12:09:24
1477
原创 error LNK2019: 无法解析的外部符号 “class std::vector<struct edge,class std::allocator<struct edge> > __cdecl
error LNK2019: 无法解析的外部符号 "class std::vector __cdecl compute_3d_mst(class std::vector
2023-09-03 09:38:55
468
原创 libigl工程运行出错:ninja : error : FindFirstFileExA(../../../../../../参数化代码集合/用到的参数化代码/mesh_param/out/buil
libigl工程运行出错:ninja : error : FindFirstFileExA(../../../../../../参数化代码集合/用到的参数化代码/mesh_param/out/buil
2023-08-28 09:48:25
730
原创 error C2338: YOU_MIXED_DIFFERENT_NUMERIC_TYPES__YOU_NEED_TO_USE_THE_CAST_METHOD_OF_MATRIXBASE_TO_CAS
使用Eigen库时遇到了error C2338: YOU_MIXED_DIFFERENT_NUMERIC_TYPES__YOU_NEED_TO_USE_THE_CAST_METHOD_OF_MATRIXBASE_TO_CAST_NUMERIC_TYPES_EXPLICITLY的错误
2023-07-19 17:01:07
1064
原创 error LNK2005: “class Eigen::Matrix<int,-1,-1,0,-1,-1> F“ (?F@@3V?$Matrix@H$0?0$0?0$0A@$0?0$0?0@Eige
error LNK2005: "class Lite_Sparse_Matrix * m_sparse_matrix" (?m_sparse_matrix@@3PEAVLite_Sparse_Matrix@@EA) 已经在 gauss.cpp.obj 中定义error LNK2005: "class Eigen::Matrix V" (?V@@3V?$Matrix@N$0?0$0?0$0A@$0?0$0?0@Eigen@@A) 已经在 main.cpp.obj
2023-06-25 11:38:20
155
原创 Assertion failed: ((m_row+m_currentBlockRows) == m_xpr.rows() || m_xpr.cols() == 0) && m_col == m_xp
Assertion failed: ((m_row+m_currentBlockRows) == m_xpr.rows() || m_xpr.cols() == 0) && m_col == m_xpr.cols() && "Too few coefficients passed to comma initializer (operator
2023-06-25 11:15:27
657
原创 VS中cout出现红色波浪线的解决办法
有的时候VS中的程序中所有的cout下面出现红色波浪线,但程序中明明已经有了`#include `的解决办法
2023-06-02 15:38:34
1480
原创 VS中“无法打开包括文件: “XXX.h”: No such file or directory”问题的解决办法
VS中“无法打开包括文件: “XXX.h”: No such file or directory”问题的解决办法
2023-05-06 19:25:31
2085
原创 VS中“无法打开包括文件: “XXX.h”: No such file or directory”问题的解决办法
VS中“无法打开包括文件: “XXX.h”: No such file or directory”问题的解决办法
2023-05-06 18:53:25
5120
1
原创 libigl添加Viewer Menu时出现imgui相关的错误:无法打开包括文件: “imgui.h”: No such file or directory
libigl添加Viewer Menu时出现imgui相关的错误:无法打开包括文件: “imgui.h”: No such file or directory
2023-04-28 20:01:57
847
原创 C2143 语法错误:缺少“”)“(在“常数“的前面) C2548 :缺少形参5的默认实参 C2059 语法错误:”)” C2238 意外的标记位于“;“之前语法错误:”)”
运行c++程序出现错误:C2143 语法错误:缺少"”)"(在“常数“的前面)C2143 语法错误:缺少";"(在“常数“的前面)C2548 "ANNkd tree:SkeletonTree":缺少形参5的默认实参C2059 语法错误:“常数”C2059 语法错误:")”C2238 意外的标记位于";"之前
2023-04-15 21:18:03
482
原创 Assertion failed: index >= 0 && index < size(), eigen-src\Eigen\src/Core/DenseCoeffsBase.h, line 425
Assertion failed: index >= 0 && index < size(), file F:\VSA_backup_set\libigl-example-project-main\out\build\x64-Debug\_deps\eigen-src\Eigen\src/Core/DenseCoeffsBase.h, line 425
2023-04-15 20:32:26
1643
原创 libigl里的按键(Interaction With Keyboard)失效的解决办法
libigl里的按键(Interaction With Keyboard)失效的解决办法
2023-04-15 19:23:52
142
原创 error LNK2005: “class Eigen::Matrix<double,-1,-1,0,-1,-1> C“ (?C@@3V?$Matrix@N$0?0$0?0$0A@$0?0$0?0@E
error LNK2005: "class Eigen::Matrix C" (?C@@3V?$Matrix@N$0?0$0?0$0A@$0?0$0?0@Eigen@@A) 已经在 curve_fitting.cpp.obj 中定义fatal error LNK1169: 找到一个或多个多重定义的符号
2022-12-06 13:25:28
556
原创 给VS的cmake项目添加Geometric Tools库中的代码的注意事项
给VS的cmake项目添加Geometric Tools库中的代码的注意事项
2022-11-21 09:51:55
328
原创 Geometric Tools的使用,以及使用过程中报错:参数未定义以及error LNK2001: 无法解析的外部符号 __imp_glGetTexImage
Geometric Tools的使用,以及使用过程中报错:参数未定义以及error LNK2001: 无法解析的外部符号 __imp_glGetTexImage
2022-11-17 21:31:09
614
原创 fatal error LNK1104: 无法打开文件“example.exe”
fatal error LNK1104: 无法打开文件“example.exe”
2022-11-14 09:20:33
538
原创 libigl读取文件报错 IOError: ./bool_1.off could not be opened...
libigl读取文件报错 IOError: ./bool_1.off could not be opened...
2022-11-09 20:05:06
198
原创 应用程序无法正常启动(0xc000007b)。请单击“确定“关闭应用程序。
应用程序无法正常启动(0xc000007b)。请单击“确定“关闭应用程序。
2022-11-02 11:31:25
1716
原创 Assertion failed:(other.rows() == 1 || other.cols() == 1),Eigen/src/Core/PlainObjectBase.h, line 374
Assertion failed: (other.rows() == 1 || other.cols() == 1), function resizeLike, file /usr/local/Cellar/eigen/3.3.7/include/eigen3/Eigen/src/Core/PlainObjectBase.h, line 374.
2022-10-29 16:57:47
1115
1
原创 using namespace Eigen中Eigen为未定义标识符的解决办法
【代码】using namespace Eigen中Eigen为未定义标识符的解决办法。
2022-10-20 16:05:26
1444
3
原创 powershell终端输入命令按enter后不显示cout打印的中间结果的内容
powershell终端输入命令按enter后不显示cout打印的中间结果的内容
2022-08-29 19:05:39
472
原创 CMake Error at cmake/FindLIBIGL.cmake:36 (include): include could not find load file: libigl Call S
CMake Error at cmake/FindLIBIGL.cmake:36 (include):include could not find load file: libiglCall Stack (most recent call first):CMakeLists.txt:10 (find_package)
2022-08-29 16:05:03
1252
原创 error LNK2019: 无法解析的外部符号 main,函数 “int __cdecl __scrt_common_main_seh(void)“ (?__scrt_common_main_seh
error LNK2019: 无法解析的外部符号 main,函数 "int __cdecl __scrt_common_main_seh(void)" (?__scrt_common_main_seh@@YAHXZ) 中被引用
2022-08-29 15:17:59
3214
3
原创 所选配置不适用于此文件。IntelliSense可能不准确。将应用以下配置x64-debug
本人在vs2019中写了一个cmake项目,将该cmake项目由x64-debug改为x64-release时出现了“所选配置不适用于此文件。IntelliSense可能不准确。将应用以下配置x64-debug”的错误
2022-08-29 14:52:58
928
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人