随笔分类 -  Delphi

Delphi 无类型参数传递动态数组和静态数组
摘要:前几天发现的一个相关的问题,总结了下,备忘:相关几个函数声明: procedure FillChar(var X; Count: Integer; Value: Byte); procedure CopyMemory(Destination: Pointer; Source: Pointer; Length: DWORD); function THandleStream.Write(const B... 阅读全文

posted @ 2010-12-01 09:55 Haozes 阅读(4164) 评论(0) 推荐(1)

Windows 7 下安装 Delphi 7
摘要:参考文章:http://weblog.hansotten.com/?p=833一.InstallationMake sure you run this as administrator, you will need the privs. Run the Delphi installer. Use defaults for the file locations, ignore the incompa... 阅读全文

posted @ 2009-12-29 19:42 Haozes 阅读(2568) 评论(0) 推荐(0)