随笔分类 -  Visual Studio

摘要:冒泡排序 QList<int> Qt_2022121201::sortList(QList<int> list_param) { for (int k = 0; k < list_param.size()-1;k++) { for (int j = 0; j < list_param.size() 阅读全文
posted @ 2022-12-13 12:48 西北逍遥 阅读(27) 评论(0) 推荐(0) 编辑
摘要:严重性 代码 说明 项目 文件 行 禁止显示状态 错误 C1128 节数超过对象文件格式限制: 请使用 /bigobj 进行编译 TeslaManage_2022061901 项目 属性->C/C++ -> 命令行 其它选项 输入:/bigobj ########################## 阅读全文
posted @ 2022-06-20 00:10 西北逍遥 阅读(1435) 评论(0) 推荐(0) 编辑
摘要:无法解析的外部符号 wWinMain 严重性 代码 说明 项目 文件 行 禁止显示状态 错误 LNK2019 无法解析的外部符号 wWinMain,该符号在函数 "int __cdecl invoke_main(void)" (?invoke_main@@YAHXZ) 中被引用 ConsoleApp 阅读全文
posted @ 2021-11-01 13:08 西北逍遥 阅读(1883) 评论(0) 推荐(0) 编辑
摘要:opencv3 lib opencv_aruco346d.lib opencv_bgsegm346d.lib opencv_bioinspired346d.lib opencv_calib3d346d.lib opencv_ccalib346d.lib opencv_core346d.lib ope 阅读全文
posted @ 2021-04-11 21:01 西北逍遥 阅读(85) 评论(0) 推荐(0) 编辑
摘要:Win10 x64 pnglib Release install 阅读全文
posted @ 2019-10-19 15:21 西北逍遥 阅读(461) 评论(0) 推荐(0) 编辑
摘要:Win10 x64 pnglib Debug install 1> 已启动生成: 项目: INSTALL, 配置: Debug x64 1> -- Install configuration: "Debug"1> -- Installing: E:/pnglib/lpng_install/lib/l 阅读全文
posted @ 2019-10-19 15:19 西北逍遥 阅读(334) 评论(0) 推荐(0) 编辑
摘要:VS2015 dlib编译 x64 Release install 阅读全文
posted @ 2019-10-19 14:40 西北逍遥 阅读(451) 评论(0) 推荐(0) 编辑
摘要:VS2015 dlib编译 x64 Debug install 1> 已启动生成: 项目: INSTALL, 配置: Debug x64 1> -- Install configuration: "Debug"1> -- Installing: E:/dlib/dlib_install/lib/dl 阅读全文
posted @ 2019-10-19 14:37 西北逍遥 阅读(295) 评论(0) 推荐(0) 编辑
摘要:error C1002: 在第 2 遍中编译器的堆空间不足 fatal error C1083: Not enough space 打开VS2015 x64 x86 兼容工具命令提示符,在此命令行中再执行:XXX.sln,即可使用vs2015打开解决方案,此时的vs2015在编译的时候就是使用了64 阅读全文
posted @ 2019-09-12 13:25 西北逍遥 阅读(3998) 评论(0) 推荐(0) 编辑
摘要:下载链接:http://trac.osgeo.org/geos/ 1. 打开cmake,加载geos源码和定位geos的工程存放位置; 2.点击configure,会报错,首先设置CMAKE_INSTALL-PREFIX定位到geos源码文件目录 3.然后打开链接https://trac.osgeo 阅读全文
posted @ 2019-08-23 13:10 西北逍遥 阅读(2121) 评论(0) 推荐(0) 编辑
摘要:nmake -f makefile.vc DEBUG=1nmake /f makefile.vc installnmake /f makefile.vc devinstal E:\Visual Studio 2015\install\VC>E:\Visual Studio 2015\install\ 阅读全文
posted @ 2019-08-23 12:39 西北逍遥 阅读(571) 评论(0) 推荐(0) 编辑
摘要:gdal下载地址:http://trac.osgeo.org/gdal/wiki/DownloadSource 修改nmake.opt中的一些配置。1、 GDAL_HOME = “C:\warmerda\bld”,编译后的生成的头文件、静态库、动态库将会存储到这个路径。我在D盘新建了文件夹gdal2 阅读全文
posted @ 2019-08-23 12:25 西北逍遥 阅读(1624) 评论(0) 推荐(0) 编辑
摘要:E:\OpenSourceGraph\gdal-1.10.0\gdal\port cpl_config.h 20行 #define HAVE_VPRINTF 1#define HAVE_VSNPRINTF 1#define HAVE_SNPRINTF 1#if defined(_MSC_VER) & 阅读全文
posted @ 2019-08-23 09:28 西北逍遥 阅读(1215) 评论(0) 推荐(0) 编辑
摘要:VisualStudio的工程文件,后面的数字对应的VS的版本号, 71表示的VS2003, 80表示VS2005, 90表示VS2008, 10表示VS2010等。 阅读全文
posted @ 2019-08-23 09:10 西北逍遥 阅读(389) 评论(0) 推荐(0) 编辑
摘要:E:\Visual Studio 2015\install\VC>cd E:\OpenSourceGraph\gdal-master\gdal E:\OpenSourceGraph\gdal-master\gdal>E:\OpenSourceGraph\gdal-master\gdal>E:\Ope 阅读全文
posted @ 2019-08-22 20:59 西北逍遥 阅读(710) 评论(0) 推荐(0) 编辑
摘要:严重性 代码 说明 项目 文件 行 禁止显示状态错误 C1128 节数超过对象文件格式限制: 请使用 /bigobj 进行编译。 默认情况下,对象文件最多可存放 65,536 (2^16) 个可寻址的节。/bigobj将该地址容量增加至 4,294,967,296 (2^32)。大多数模块将从来不会 阅读全文
posted @ 2019-07-28 00:16 西北逍遥 阅读(22436) 评论(1) 推荐(1) 编辑
摘要:下载Carve库 https://github.com/folded/carve 目录结构如下: 用Visual Studio2015打开,点击右键,生成即可 在bin目录下生成了 .lib文件 之前用Visual Studio2017编译过,但在Visual Studio2015和2013中都不能 阅读全文
posted @ 2019-07-24 19:21 西北逍遥 阅读(353) 评论(0) 推荐(0) 编辑
摘要:项目环境变量配置 include E:\Qt\Qt5.12.2\5.12.2\msvc2017_64\include E:\OpenSourceGraph\OpenSceneGraph_install\include E:\IFC\boost_1_66_0_vs2017_20190416 E:\IF 阅读全文
posted @ 2019-07-23 11:38 西北逍遥 阅读(614) 评论(0) 推荐(0) 编辑
摘要:正在从以下位置加载符号:Microsoft符号服务器 尝试取消禁用后续符号加载 进入VS 工具 选项 调试 符号,看右边有个“Microsoft符号服务器”,将前面的勾去掉,(可能还有删除下面的那个缓存)。然后就不会在调试时加载了! Debug卡顿,可以尝试删除 C:\Users\<username 阅读全文
posted @ 2019-06-27 19:01 西北逍遥 阅读(10965) 评论(1) 推荐(2) 编辑

点击右上角即可分享
微信分享提示