摘要: 最近一直为自己制作的相册软件(http://www.tonixsoft.com/ultraalbum/index.php?lang=chs)打开大文件时速度慢而郁闷,我以前的做法是先用TFileStream打开一个文件,然后在其中找到其中的数据段,把其中内容复制给一个TMemoryStream,之所... 阅读全文
posted @ 2010-05-13 23:40 shuaixf 阅读(1060) 评论(0) 推荐(0)
摘要: TStream 是一个抽象的基类, 不能直接生成对象. 在具体的应用中, 主要使用它的子孙类: TFileStream: 文件流 TStringStream: 字符串流 TMemoryStream: 内存流 TResourceSt... 阅读全文
posted @ 2010-05-13 18:11 shuaixf 阅读(1151) 评论(1) 推荐(0)
摘要: Solving the 'cannot find drf file' problem when compiling packages. Delphi Delphi has had a very irritating bug for many releases... 阅读全文
posted @ 2010-05-13 12:56 shuaixf 阅读(475) 评论(0) 推荐(0)