摘要:
源:从内存中加载DLL DELPHI版原文 : http://www.2ccc.com/article.asp?articleid=5784MemLibrary.pas//从内存中加载DLL DELPHI版 unit MemLibrary;interfaceusesWindows;function... 阅读全文
posted @ 2015-04-18 11:23
酒醉的Tiger
阅读(513)
评论(0)
推荐(0)
摘要:
源:获取文件的大小(实际&物理)class function TDuoFile.GetFileSize(const AFile: TFileName): Int64;var sr:TSearchRec;begin if FindFirst(AFile,faAnyFile and (not faDi... 阅读全文
posted @ 2015-04-18 11:21
酒醉的Tiger
阅读(582)
评论(0)
推荐(0)