| View previous topic :: View next topic |
| Author |
Message |
Andreas Hausladen Guest
|
Posted: Tue Apr 25, 2006 5:04 pm Post subject: DelphiSpeedUp and CodeHealer |
|
|
There are some problems that arise when CodeHeader is installed. This is
because of a "limitation" of FastObj. DelphiSpeedUp 1.4 and 1.5 allow to
disable the FastObj code what makes CodeHeader working with DelphiSpeedUp.
For this you must create the registry key
[HKCU\Software\DelphiTools\DelphiSpeedUp]
"NoFastSys": DWORD = 1
"NoFastObj": DWORD = 1
--
Regards,
Andreas Hausladen
(http://andy.jgknet.de/blog) |
|
| Back to top |
|
 |
Support (SOCK Software) Guest
|
Posted: Tue Apr 25, 2006 6:04 pm Post subject: Re: DelphiSpeedUp and CodeHealer |
|
|
Andreas Hausladen wrote:
| Quote: | There are some problems that arise when CodeHeader is installed. This
is because of a "limitation" of FastObj. DelphiSpeedUp 1.4 and 1.5
allow to disable the FastObj code what makes CodeHeader working with
DelphiSpeedUp.
For this you must create the registry key
[HKCU\Software\DelphiTools\DelphiSpeedUp]
"NoFastSys": DWORD = 1
"NoFastObj": DWORD = 1
|
Thanks for your help on this, Andreas.
We're sure that you know better than us, but as far as we can see, the
NoFastObj setting is the only one that should be necessary, leaving
FastSys enabled should be fine and seems to be ok here.
We are implementing a workaround for the 'limitation' for our next
version, but other programs may have the same issue with FastObj, so
your publication of your Registry settings are appreciated.
Best regards,
Support |
|
| Back to top |
|
 |
Dave Nottage [TeamB] Guest
|
Posted: Tue Apr 25, 2006 10:04 pm Post subject: Re: DelphiSpeedUp and CodeHealer |
|
|
Andreas Hausladen wrote:
| Quote: | There are some problems that arise when CodeHeader is installed.
|
Hi Andreas,
I sent an email to you the other day regarding DelphiSpeedUp. I guess
you're either busy or it fell into a spam filter <g>
There's now a thread in delphi.language.basm related to a problem I'm
having with what I've done with your code (subject: Using DelphiSpeedUp
hooks in package-based apps). I was hoping you might have a look at it.
--
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
|
Posted: Tue Apr 25, 2006 10:04 pm Post subject: Re: DelphiSpeedUp and CodeHealer |
|
|
Dave Nottage [TeamB] wrote:
| Quote: | I sent an email to you the other day regarding DelphiSpeedUp. I guess
you're either busy or it fell into a spam filter <g
|
I have your mail, but had no time to have a deeper look at it.
--
Regards,
Andreas Hausladen
(http://andy.jgknet.de/blog) |
|
| Back to top |
|
 |
Dave Nottage [TeamB] Guest
|
|
| Back to top |
|
 |
J. Clarke Guest
|
Posted: Wed Apr 26, 2006 3:04 pm Post subject: Re: DelphiSpeedUp and CodeHealer |
|
|
In D7 Pro, with DelphiSpeedUp installed, and FinalBuilder 3 v3.1.0.181 -
Running a build against 227 projects results in FB erroring out.
Uninstalling DelphiSpeedUp allowed FB to successfully compile all the
projects.
I don't have much more info that that right now. When I get a chance I'll
re-install and see if I can generate more info for you.
Jeff
"Andreas Hausladen" <AndreasDOTHausladen (AT) gObviousToBeRemovedmx (DOT) de> wrote in
message news:444e4550 (AT) newsgroups (DOT) borland.com...
| Quote: | There are some problems that arise when CodeHeader is installed. This is
because of a "limitation" of FastObj. DelphiSpeedUp 1.4 and 1.5 allow to
disable the FastObj code what makes CodeHeader working with DelphiSpeedUp.
For this you must create the registry key
[HKCU\Software\DelphiTools\DelphiSpeedUp]
"NoFastSys": DWORD = 1
"NoFastObj": DWORD = 1
--
Regards,
Andreas Hausladen
(http://andy.jgknet.de/blog) |
|
|
| Back to top |
|
 |
|