摘要:
源:从内存中加载DLL DELPHI版原文 : http://www.2ccc.com/article.asp?articleid=5784MemLibrary.pas//从内存中加载DLL DELPHI版 unit MemLibrary;interfaceusesWindows;function... 阅读全文
摘要:
源:获取文件的大小(实际&物理)class function TDuoFile.GetFileSize(const AFile: TFileName): Int64;var sr:TSearchRec;begin if FindFirst(AFile,faAnyFile and (not faDi... 阅读全文