Re: DelphiSpeedUP 1.69
- From: "Tiger" <tiger@xxxxxxxxxx>
- Date: Tue, 2 May 2006 22:11:17 -0400
Actually, the last character was replaced by ')', so
procedure Form1Create(Sender: TObjec)); <== the 't' was replaced by ')';
William
"Tiger" <tiger@xxxxxxxxxx> wrote in message
news:44580a5a@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
After install v1.69 under Delphi 7, When double click to create a form
event, it added a extra ')' at end of event in the class declaration, e.g.
procedure Form1Create(Sender: TObject));
Tiger
"Andreas Hausladen" <AndreasDOTHausladen@xxxxxxxxxxxxxxxxxxxxxxxx> wrote
in message news:4457dfe6$1@xxxxxxxxxxxxxxxxxxxxxxxxx
DelphiSpeedUp is an Delphi/BDS IDE plugin that decreases the load time of
the IDE a lot. It also gives the whole IDE a general speed improvement.
This is done by replacing RTL function in-memory. The optimized functions
are in many cases code from the FastCode Project (FastCode, FastMove and
FastObj) but there are also other techniques to reduces disk I/O.
The compiled applications are not affected by the plugin. The installer
of
DelphiSpeedUp is also the uninstaller.
Changelog from 1.65 to 1.69:
- New (officially) bugfixed FastObj
- ExpandFileName cache is also cleared if the SetCurrentDirectory() call
fails
- FileAgeCache is cleared if SetCurrentDirectory() is calls and only used
during startup
- Fixed bug in direct RTL hooking code
- Added some more SysUtils hooks for optimized RTL functions.
Download Version 1.69:
http://andy.jgknet.de/misc/DelphiSpeedUpV169.zip
Download source code 1.69:
http://andy.jgknet.de/misc/DelphiSpeedUpSourceV169.7z
--
Regards,
Andreas Hausladen
(http://andy.jgknet.de/blog)
.
- Follow-Ups:
- Re: DelphiSpeedUP 1.69
- From: Liz
- Re: DelphiSpeedUP 1.69
- From: Dave Nottage [TeamB]
- Re: DelphiSpeedUP 1.69
- From: Kevin Powick
- Re: DelphiSpeedUP 1.69
- References:
- ANN: DelphiSpeedUP 1.69
- From: Andreas Hausladen
- Re: DelphiSpeedUP 1.69
- From: Tiger
- ANN: DelphiSpeedUP 1.69
- Prev by Date: Re: SMTPCli and IntraWeb app
- Next by Date: Re: DelphiSpeedUP 1.69
- Previous by thread: Re: DelphiSpeedUP 1.69
- Next by thread: Re: DelphiSpeedUP 1.69
- Index(es):
Relevant Pages
|