使用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(1434) Comments(0) Diggs(0)
http://book.77169.com/ask2/ask105686.htm Read More
posted @ 2017-02-01 18:59 findumars Views(759) 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(1689) 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(2880) Comments(0) Diggs(0)
你要获得组合框的句柄做什么呢?是要读取组合框条目的值还是进行什么操作呢?要读取值用selectedIndex读取索引值(从0开始),用selectedItem读取选项的内容(要进行类型转换),用selectedIndex.key可以获得按键值;要完成句柄的操作也有三种方式,用其一也可,但工程较大,用 Read More
posted @ 2017-02-01 06:59 findumars Views(2341) Comments(0) Diggs(0)