BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DelphiSpeedUp 1.6
Goto page 1, 2, 3, 4  Next
 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Thirdparty Tools (General)
View previous topic :: View next topic  
Author Message
Andreas Hausladen
Guest





PostPosted: Thu Apr 27, 2006 12:03 am    Post subject: DelphiSpeedUp 1.6 Reply with quote



I have uploaded the new version 1.6 that fixes all bugs that I was able to
reproduce.


Download:
http://andy.jgknet.de/misc/DelphiSpeedUpV16.zip

Version 1.6
===========
- Switched to newer FastMove version.
- FastCode functions are now selected depending on the used CPU
- Fixed MSVCRT.StrLen/StrCmp bug (caused AVs) [seed b.p.d.l.basm]
- Some new speed improvements for BDS 2006 (but not that much faster)
- Added version number to spash screen
- Fixed FastObj bug with classes that overwrite
TObject/TInterfacedObject.NewInstance [=> CodeHealer]
- Moved VCL and IDE related code out of Utils and FastRTL what makes it
easier to use the units in your own package based application.

* Delphi 2005 support still not tested


Sourcecode:
http://andy.jgknet.de/misc/DelphiSpeedUpInstallerSourceV16.zip


--
Regards,

Andreas Hausladen
(http://andy.jgknet.de/blog)
Back to top
David Perkins
Guest





PostPosted: Thu Apr 27, 2006 12:03 am    Post subject: Re: DelphiSpeedUp 1.6 Reply with quote



Andreas

Can this be used with he BDS2006 BCB personality?
Back to top
Dave Nottage [TeamB]
Guest





PostPosted: Thu Apr 27, 2006 1:03 am    Post subject: Re: DelphiSpeedUp 1.6 Reply with quote



Andreas Hausladen wrote:

Quote:
Sourcecode:
http://andy.jgknet.de/misc/DelphiSpeedUpInstallerSourceV16.zip

When I download this, WinZip says it doesn't appear to be a valid
archive :-/

Anyone else seeing this?

--
Dave Nottage [TeamB]
Have questions?: http://www.catb.org/~esr/faqs/smart-questions.html
Want answers?: http://support.borland.com
Back to top
Dan Downs
Guest





PostPosted: Thu Apr 27, 2006 1:03 am    Post subject: Re: DelphiSpeedUp 1.6 Reply with quote

just finding one problem after another aren't you <G>

DD
Back to top
Stephen Quinn
Guest





PostPosted: Thu Apr 27, 2006 2:03 am    Post subject: Re: DelphiSpeedUp 1.6 Reply with quote

Dave

Quote:
When I download this, WinZip says it doesn't appear to be a valid
archive :-/

Anyone else seeing this?
Yes


Use 7zip - I looked at the file header<g>

HTH
Steve
Back to top
Dave Nottage [TeamB]
Guest





PostPosted: Thu Apr 27, 2006 2:03 am    Post subject: Re: DelphiSpeedUp 1.6 Reply with quote

Stephen Quinn wrote:

Quote:
Use 7zip

Ah.. thanks very much!

--
Dave Nottage [TeamB]
Have questions?: http://www.catb.org/~esr/faqs/smart-questions.html
Want answers?: http://support.borland.com
Back to top
Andreas Hausladen
Guest





PostPosted: Thu Apr 27, 2006 7:03 am    Post subject: Re: DelphiSpeedUp 1.6 Reply with quote

Stephen Quinn wrote:

Quote:
Use 7zip - I looked at the file header<g

That happens when you copy&paste the filename from the older file but use
7z for compression.

I have replaced source code "zip" file by a real zip file now.


--
Regards,

Andreas Hausladen
(http://andy.jgknet.de/blog)
Back to top
Virgo Pärna
Guest





PostPosted: Thu Apr 27, 2006 8:04 am    Post subject: Re: DelphiSpeedUp 1.6 Reply with quote

Andreas Hausladen wrote:
Quote:
I have uploaded the new version 1.6 that fixes all bugs that I was able to
reproduce.


In Delphi 5 after installing version 1.6 results "Error creating form:
"=" expected on line " and "Error creating form: "OBJECT" expected on
line 1" errors, when trying to open existing dfm's. There were no
noticeable problems with 1.5 (except that SHIFT+F9 for Build did not
work before opening Project menu).
I uninstalled version 1.5 before installing version 1.6.

--
Virgo Pärna
virgo.parna (AT) mail (DOT) ee
Back to top
John O'Harrow
Guest





PostPosted: Thu Apr 27, 2006 9:03 am    Post subject: Re: DelphiSpeedUp 1.6 Reply with quote

Hi Andreas,

The FastMove used (Ver 3.0) in DelphiSpeedUp Version 1.6 is still not the
very latest. The latest version (Ver 3.03) can be found at
http://fastcode.sourceforge.net/

--
regards,
John

The Fastcode Project:
http://www.fastcodeproject.org/
Back to top
Stephane Wierzbicki
Guest





PostPosted: Thu Apr 27, 2006 10:03 am    Post subject: Re: DelphiSpeedUp 1.6 Reply with quote

needless to say that removing delphispeedup solves my problem Wink
Back to top
Stephane Wierzbicki
Guest





PostPosted: Thu Apr 27, 2006 10:03 am    Post subject: Re: DelphiSpeedUp 1.6 Reply with quote

Andreas Hausladen a écrit :
Quote:
I have uploaded the new version 1.6 that fixes all bugs that I was able to
reproduce.


Download:
http://andy.jgknet.de/misc/DelphiSpeedUpV16.zip

Version 1.6
===========
- Switched to newer FastMove version.
- FastCode functions are now selected depending on the used CPU
- Fixed MSVCRT.StrLen/StrCmp bug (caused AVs) [seed b.p.d.l.basm]
- Some new speed improvements for BDS 2006 (but not that much faster)
- Added version number to spash screen
- Fixed FastObj bug with classes that overwrite
TObject/TInterfacedObject.NewInstance [=> CodeHealer]
- Moved VCL and IDE related code out of Utils and FastRTL what makes it
easier to use the units in your own package based application.

* Delphi 2005 support still not tested


Sourcecode:
http://andy.jgknet.de/misc/DelphiSpeedUpInstallerSourceV16.zip


Hi Andreas,


It looks like you have introduced a bug in this version.
On the Object Inspector, when double clicking on an empty event (to create it) , I'm getting an error message :

Expected ';'but ')' found

Step to reproduce (BDS2006)
Create a new win32 project
Add an OnCreate Event : you will get the error message.

Here is the generated code :


unit Unit2;

interface

uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs;

type
TForm2 = class(TForm)
procedure FormCreate(Sender: TObjec)); <============= ERROR ('t' is replaced by ')' )
private
{ Private declarations }
public
{ Public declarations }
end;

var
Form2: TForm2;

implementation

{$R *.dfm}

procedure TForm2.FormCreate(Sender: TObject);
begin

end;

end.
Back to top
Clinton R. Johnson
Guest





PostPosted: Thu Apr 27, 2006 11:04 am    Post subject: Re: DelphiSpeedUp 1.6 -> Found a weird bug. Reply with quote

Not sure why, but with DSU1.6, code completion can no longer insert
methods in a sorted order. DSU 1.5 does not display this problem.

IE:

Type
TMyClass = Class
Private
Public
Procedure A;
Procedure B; <invoke code completion with shift-ctrl-c>
Procedure C;
End;

Procedure TMyClass.A;
Begin End;

<this is where TMyClass.B; would normally be inserted with code
completion as the pre-existing methods are already in order>

Procedure TMyClass.C;
Begin End;

<this is where TMyClass.B; is inserted with DSU 1.6, and is where a
method would be inserted by class completion if the methods were NOT in
sorted order>


It might seem like a minor thing, but who knows what's been broken or
if it is vital to the compiler? Besides, I like to be able to insert
my methods in sorted order, as they are easier to find later (I just
wish that code completion did its best to find the position instead of
giving up and jamming it at the end... like if you had a b f p c ,
insert K after g, isntead of all the way at the end.., but that's
really outside the scope of the DSU & this bug <grin> )
Back to top
Robert Wachtel
Guest





PostPosted: Thu Apr 27, 2006 12:03 pm    Post subject: Re: DelphiSpeedUp 1.6 Reply with quote

Same here.

Robert
Back to top
Frédéric SCHENCKEL
Guest





PostPosted: Thu Apr 27, 2006 3:03 pm    Post subject: Re: DelphiSpeedUp 1.6 Reply with quote

Hello,


I have the same problem.

I'm using BDS2006 french update 1...


But really stunning job for the speed !!!


Regards

Frédéric
Back to top
Andreas Hausladen
Guest





PostPosted: Thu Apr 27, 2006 5:03 pm    Post subject: Re: DelphiSpeedUp 1.6 Reply with quote

John O'Harrow wrote:

Quote:
Hi Andreas,

The FastMove used (Ver 3.0) in DelphiSpeedUp Version 1.6 is still not
the very latest. The latest version (Ver 3.03) can be found at
http://fastcode.sourceforge.net/

Thanks for the info. But I was sure that I downloaded the file from there.
Hmm. Maybe I downlaoded it to another directory. Who knowns...


--
Regards,

Andreas Hausladen
(http://andy.jgknet.de/blog)
Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Thirdparty Tools (General) All times are GMT
Goto page 1, 2, 3, 4  Next
Page 1 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.