上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页
摘要: ``` 1. dll 路径不对,比如 IE 中 2. 依赖库缺失,会报错找不到指定模块 注意: qt 的 qlibrary 只能加载 标准 C 函数 ``` 阅读全文
posted @ 2018-01-03 10:58 學海無涯 阅读(1152) 评论(0) 推荐(0) 编辑
摘要: 因在 ocx 控件中获取执行路径指向的地方不是我需要的地方,故采取获取自身加载的模块路径作为当前程序的执行路径,同时 dll 放在和 ocx 同级目录下。 include include include include include include include pragma execution 阅读全文
posted @ 2017-12-28 11:56 學海無涯 阅读(1240) 评论(0) 推荐(0) 编辑
摘要: on_objectName_signal 阅读全文
posted @ 2017-12-23 14:24 學海無涯 阅读(979) 评论(0) 推荐(0) 编辑
摘要: 工程目录结构如下: Tip: windows 命令行 使用 命令可生成树形结构 Console.sln:该项目的解决方案名称 使用命令 后,当前目录和 Console.sln 在同级目录下 下面四种方式都是等价的 头文件复制到 目录 链接库和动态库复制到 目录 静态库复制到 目录 //Path=%P 阅读全文
posted @ 2017-12-21 18:43 學海無涯 阅读(450) 评论(0) 推荐(0) 编辑
摘要: |Qt|COM| | | | |Q_PROPERTY |ActiveX properties| |public slots|ActiveX methods| |signals |ActiveX events| Qt 属性支持的数据类型 |Qt data type|COM property| | | 阅读全文
posted @ 2017-12-21 18:41 學海無涯 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 1. 导入命名空间 2. 把 ,比如 Debug 、Release 。 DllImport 引用路径 DllImport 会在以下目录中寻找依赖: 1. exe根目录 2. system32目录 3. 环境变量目录 阅读全文
posted @ 2017-12-21 18:39 學海無涯 阅读(738) 评论(0) 推荐(1) 编辑
摘要: ``` https://github.com/tesseract-ocr/tesseract/wiki/Compiling 找到该标题:Develop Tesseract 按照上面的步骤执行即可,最后使用 vs2015 打开 sln 工程文件,编译。 编译过程中,会报一些错,把报错的文件编码格式更改 gbk 的即可。 然后下载数据文件 https://github.com/tesser... 阅读全文
posted @ 2017-12-16 09:20 學海無涯 阅读(1026) 评论(0) 推荐(0) 编辑
摘要: http://www.faqs.org/rfcs/rfc1305.html port:123 阅读全文
posted @ 2017-12-13 15:04 學海無涯 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 其他 阅读全文
posted @ 2017-12-08 09:18 學海無涯 阅读(900) 评论(0) 推荐(0) 编辑
摘要: libfacedetection 使用教程 github 下载地址:https://github.com/ShiqiYu/libfacedetection 控制台程序 c++ include include include "facedetect dll.h" // pragma comment(l 阅读全文
posted @ 2017-11-29 13:57 學海無涯 阅读(7574) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 21 下一页