网上文摘 小说 Flash游戏 IT世界 最近更新 下载排行 资源分类 下载指南
经典编程资源 精彩不容错过
设为首页
加入收藏
联系我们
  当前位置:Delphi园地经典工具IDE → FASTMM v4.27(加速Dephi2005)
  本周下载排行
  本月下载排行
资源名称:FASTMM v4.27(加速Dephi2005)
文件类型: RAR
适用版本:
发 布 者: DelphiFans
资源类型: 免费
资源大小: 216 KB
资源等级:
整理时间: 2005-9-1 7:31:39
资源网址: http://sourceforge.net/projects/fas..
下载次数: 本 周:11 本月:19 总计:1720
下载链接:
小说 Flash游戏
资源简介: 功能:加速Delphi2005启动及IDE速度

使用方法:
解开FastMM427.zip,找到里面的FastMm427\Replacement BorlndMM DLL\Precompiled\for Delphi IDE\Performance目录下的borlndMM.dll文件,把它复制到Delphi安装目录的bin中,把原文件覆盖即可。

Using FastMM is very simple. All you have to do is add FastMM.pas as the very first unit in your project's .dpr file. Note that if you application uses .DLL files and you will be sharing memory (i.e. passing long strings or dynamic arrays between the DLL and main application), that you have to use FastMM in the DLL as well. If FastMM is not the first file in the "uses" section of the .dpr file, you will get an "invalid pointer operation" during program startup (meaning the default MM has already been used to allocate some memory).

意思是您只需要把FastMM4.pas加入到你的项目中,但要保证dpr文件uses后面第一个文件就是FastMM4.pas即可,经过本人实验,实际使用中还要加FastMM4Messages.pas或者设置一个搜索路径(设路径比较麻烦,还是加进来吧)。然后编译你的程序就可以了。
如果你的dll用了共享内存,那么就用FastMM427\Replacement BorlndMM DLL\Precompiled\for Applications\Performance中的BorlndMM.dll和你的DLL文件一起分发即可。
Google
 
Web www.delphifans.com
相关资源:
  • FastMM v4.62
  • FastMM v4.66
  • 下载帮助() 下载链接错误报告或者意见反馈
    下载说明:
    关于我们 | 广告服务 | 发布资源 | 联系站长 Copyright © 2002-2006 Delphi园地 All Rights Reserved