Board index » delphi » Delphi Compiling minutes

Delphi Compiling minutes


2003-11-26 02:10:46 AM
delphi242
WTF!
My old project which took about some seconds to compile under Delphi 6 now needs
about nearly 5 minutes to finish ..even with less components intstalled on
the palette..
I don't know what going on here .. aready switched off project
optimization..
What else could the reason be?
Please hel me out,
cheers Terence.
 
 

Re:Delphi Compiling minutes

Terence writes:
| What else could the reason be?
|
| Please hel me out,
Have you turned off the .NET warnings?
Joanna
Consultant Software Engineer
TeamBUG support for UK-BUG
TeamMM support for ModelMaker
 

Re:Delphi Compiling minutes

On Tue, 25 Nov 2003 19:10:46 +0100, "Terence" <XXXX@XXXXX.COM>writes:
Quote
What else could the reason be?
Is part of the code on a network drive? This usual slows down the
disk-writing part of a compile a lot.
FWIW, Delphi's compiler is really fast, +especially+ when you consider
that most of the time is spent writing files out to disk.
Nick Hodges - TeamB
Lemanix Corporation
Please always follow the newsgroup guidelines --
www.borland.com/newsgroups
 

Re:Delphi Compiling minutes

Nope, its local fast system hd-
"Nick Hodges (TeamB)" <XXXX@XXXXX.COM>schrieb im Newsbeitrag
Quote
On Tue, 25 Nov 2003 19:10:46 +0100, "Terence" <XXXX@XXXXX.COM>writes:

>What else could the reason be?

Is part of the code on a network drive? This usual slows down the
disk-writing part of a compile a lot.

FWIW, Delphi's compiler is really fast, +especially+ when you consider
that most of the time is spent writing files out to disk.


Nick Hodges - TeamB
Lemanix Corporation
Please always follow the newsgroup guidelines --
www.borland.com/newsgroups
 

Re:Delphi Compiling minutes

Where can do this`?
I am not using .NET till now, can not see anything in Delphi 7 for it!
"Joanna Carter (TeamB)" <XXXX@XXXXX.COM>schrieb im Newsbeitrag
Quote
Terence writes:

| What else could the reason be?
|
| Please hel me out,

Have you turned off the .NET warnings?

Joanna

--
Joanna Carter (TeamB)

Consultant Software Engineer
TeamBUG support for UK-BUG
TeamMM support for ModelMaker


 

Re:Delphi Compiling minutes

On Tue, 25 Nov 2003 19:27:50 +0100, "Terence" <XXXX@XXXXX.COM>writes:
Quote
Nope, its local fast system hd-
Then I can not explain that. I have seen people complain of slow
compiles, but it is almost always due to having code on a network.
The only other thing that pops to mind is that your HD is full......
Nick Hodges - TeamB
Lemanix Corporation
Please always follow the newsgroup guidelines --
www.borland.com/newsgroups
 

Re:Delphi Compiling minutes

Hi Nick,
Quote
The only other thing that pops to mind is that your HD is full......
Or broken... (been there, had that, wasn't funny)
Check your event log, and see if there are any "Error" or "Warning"
events for your harddisk.
What's your memory load? CPU load? You can use the Windows Task Manager
to get some more info about that.
Another thing to check are other applications up and running on your
machine, like virus checkers, or a virus itself ;-)
A shutdown and restart might also change things. First of Delphi, and
then of your entire system.
Quote
Nick Hodges - TeamB
Groetjes,
Bob Swart (aka Dr.Bob - www.DrBob42.com)
--
Bob Swart Training & Consultancy (eBob42) Borland Technology Partner
webmaster UK Borland User Group (BUG) & DotNet Developers Group (DDG)
 

Re:Delphi Compiling minutes

In article <3fc39fd3$XXXX@XXXXX.COM>, XXXX@XXXXX.COM says...
Quote
Where can do this`?
I am not using .NET till now, can not see anything in Delphi 7 for it!
Are you using Delphi 6 or D7? Your first post said D6.
It's new in Delphi 7 under 'Project Options/ Compiler Messages'. Uncheck the
last 3 warnings at the bottom of the list.
Marc