上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 40 下一页
摘要: 在VS中,可以通过CMake设定QT5_WRAP_UI来编译a.ui到ui_a.h, 要想快速生成a.h和a.cpp,经过尝试,必须使用Qt Creator,否则就手写。 阅读全文
posted @ 2018-09-19 15:50 酷熊 阅读(5653) 评论(0) 推荐(0) 编辑
摘要: Qt安装多个版本的时候,注意屏蔽掉不使用的Qt,例如OE中的CMakeLists.txt中的# FIND_PACKAGE(Qt4) 使用以前编译好的libcurl.dll现在出现"无法定位序数"的错误,于是重新编译了CURL 阅读全文
posted @ 2018-08-24 10:21 酷熊 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 先安装了VS2017,后来有需求安装VS2015,安装VS2015的时候遇到下图问题,但是控制面板里面看不到Microsoft Visual C++ 2015 Redistributable的项目 我打开VS2015,新建一个测试工程,是可以编译成功的。 只是在CMake的时候会遇到: The C 阅读全文
posted @ 2018-08-23 14:45 酷熊 阅读(5559) 评论(0) 推荐(0) 编辑
摘要: CMake3.10.0 Qt5.11.0安装包只有VS2017_64版本,没有VS2017的32位版本,有VS2015的32位版本 Qt5.11.0+osg3.4在CMake的时候,会出现 CMake Error at src/osgQt/CMakeLists.txt:83 (qt5_use_mod 阅读全文
posted @ 2018-08-23 10:40 酷熊 阅读(988) 评论(0) 推荐(0) 编辑
摘要: http://download.qt.io/archive/qt/ 阅读全文
posted @ 2018-08-22 15:09 酷熊 阅读(158) 评论(0) 推荐(0) 编辑
摘要: [DllImport("User32.dll", SetLastError = true, ThrowOnUnmappableChar = true, CharSet = CharSet.Auto)] public static extern int MessageBox(IntPtr handle, String message, String title, int type); M... 阅读全文
posted @ 2018-07-11 12:02 酷熊 阅读(1993) 评论(0) 推荐(0) 编辑
摘要: config.ini存放在Assets目录下,项目打包之后存放在Data目录下exe同目录 阅读全文
posted @ 2018-07-04 10:35 酷熊 阅读(9166) 评论(1) 推荐(0) 编辑
摘要: start /d "deepstream.io-windows-3.1.0" deepstream.exe rem 等待1秒钟 choice /t 1 /d y /n cd "数据生产服务器\HTMission" start mp.bat cd ../../ choice /t 5 /d y /n 阅读全文
posted @ 2018-06-04 11:10 酷熊 阅读(5037) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-05-15 14:28 酷熊 阅读(806) 评论(0) 推荐(0) 编辑
摘要: var viewer = new Cesium.Viewer('cesiumContainer');var waterPrimitive = new Cesium.Primitive({ //show:false,// 默认隐藏 allowPicking:false, geometryInstances : new Cesium.GeometryI... 阅读全文
posted @ 2018-05-15 10:32 酷熊 阅读(3217) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 40 下一页