MSYS2开发环境搭建 软件安装 下载msys2-x86_64软件包,双击安装到某根目录下,比如D:\msys64。 pacman是MSYS2自带的软件管理工具: pacman -Q查看已安装的软件包 pacman -S -g查看软件组 pacman -Q -g base-devel查看软件组包含的 Read More
posted @ 2017-02-02 06:49 findumars Views(5402) Comments(0) Diggs(0)
使用mingw 对libcURL,openSSL,zLib交叉编译 将三个库解压到同一目录下 比如取目录名为 "source" 的目录 提前安装active-perl 配置好mingw和msys环境 否则编译会出错 - source + curl-xxx + openssl-1.0.xx + zli Read More
posted @ 2017-02-02 02:01 findumars Views(1427) Comments(0) Diggs(0)
http://book.77169.com/ask2/ask105686.htm Read More
posted @ 2017-02-01 18:59 findumars Views(756) Comments(0) Diggs(0)
function Tdm.GetHzPy(const AHzStr: string): string;const ChinaCode: array[0..25, 0..1] of Integer = ((1601, 1636), (1637, 1832), (1833, 2077), (2078,  Read More
posted @ 2017-02-01 07:07 findumars Views(1680) Comments(0) Diggs(0)
以下是全部的Windows消息, 对于未在MSDN上的消息的WPARAM, LPARAM参数解释正确的给分 [已知 :0x0313, 0x01e2, 0x01e5, 0x01eb, 0x006a] WM_NULL 0x0000 WM_CREATE 0x0001 WM_DESTROY 0x0002 W Read More
posted @ 2017-02-01 07:00 findumars Views(2851) Comments(0) Diggs(0)