04 2019 档案

摘要:*** vs2013 64位调用LZO算法失败,原因: vs2013 long 类型4位 指针为8位。 解决: 将static lzo_bool basic_ptr_check(void)函数中,指针与long大小比较判断语句去掉。 附加: lzo压缩与zlib压缩比较: 阅读全文
posted @ 2019-04-21 15:53 雪域蓝心 阅读(411) 评论(0) 推荐(0)
摘要:* 打开网址http://zlib.net/ 下载zlib源码, * 解压压缩包,进入目录:C:\Users\Administrator\Desktop\zlib-1.2.11\zlib-1.2.11\contrib\vstudio\vc12,打开zlibvc.sln工程。 32位编译有以下问题: 阅读全文
posted @ 2019-04-21 13:30 雪域蓝心 阅读(15405) 评论(0) 推荐(2)
摘要:1. 从 https://github.com/derekparker/delve.git 下载delve压缩包delve-master.zip。 2. 使用 winscp 工具将delve-master.zip 远程到 linux机器里面。 3. 解压压缩包:unzip delve-master. 阅读全文
posted @ 2019-04-02 18:40 雪域蓝心 阅读(1370) 评论(0) 推荐(0)