Board index » cppbuilder » Background compiling WinME vs. Win2000

Background compiling WinME vs. Win2000

Quote
"Harald Plontke" <n...@plontke.de> wrote in message

news:3df65b1a@newsgroups.borland.com...

Quote
> Hello,

> after changing my system from WinME to Win 2000 I found this new behavior
> with background compiling (BCB6, SP1):

To sum it up, don't use it. It barely works and rarely give you the benefits
it is supposed to provide.

If you can optimize your header files using the rules found at
http://www.bcbdev.com/, compile and link speed should vastly increase all
but eliminating the need for background compilation.

sm

 

Re:Background compiling WinME vs. Win2000


Quote
>To sum it up, don't use it. It barely works and rarely give you the

benefits

i upgraded to BCB 5 only because of background-compiling. When doing normal
compiling BCB always catches focus, that I cannot work with other
applications at the same time.

Quote
>If you can optimize your header files using the rules found at

my headers are optimized, I have a compile time of 3 Minutes for about 100
Units, and 8 Minutes when compiling in background (Win 2000, 3:00 - 3:30 in
Win ME)

Harald

Re:Background compiling WinME vs. Win2000


Quote
>>To sum it up, don't use it. It barely works and rarely give you the
> i upgraded to BCB 5 only because of background-compiling. When doing normal
> compiling BCB always catches focus, that I cannot work with other
> applications at the same time.

Which Windows do you use, as this doesn't happen for me in BCB4 or
BCB5. I can easily swap to another app while BCB is compiling.

Quote
>>If you can optimize your header files using the rules found at
> my headers are optimized, I have a compile time of 3 Minutes for about 100

Well, there's optimized and then there is Harold Howe optimized.
It pays to double check:

http://www.bcbdev.com/articles/pch.htm

--
Jonathan Arnold         C/C++/CBuilder Keen Advice:
http://www.keen.com/categories/categorylist_expand.asp?sid=5156620
    Comprehensive C++Builder link site:
http://www.buddydog.org/C++Builder/c++builder.html

Re:Background compiling WinME vs. Win2000


There was a bug that if compiling project groups BCB came to forground when
switching groups or something similar. It drove several people wild!
Rgds Pete

Quote
"Jonathan Arnold" <jdarn...@buddydog.org> wrote in message

news:3df75b6d$1@newsgroups.borland.com...

Quote
>>To sum it up, don't use it. It barely works and rarely give you the
> i upgraded to BCB 5 only because of background-compiling. When doing
normal
> compiling BCB always catches focus, that I cannot work with other
> applications at the same time.

Which Windows do you use, as this doesn't happen for me in BCB4 or
BCB5. I can easily swap to another app while BCB is compiling.

Quote
>>If you can optimize your header files using the rules found at
> my headers are optimized, I have a compile time of 3 Minutes for about 100

Well, there's optimized and then there is Harold Howe optimized.
It pays to double check:

http://www.bcbdev.com/articles/pch.htm

--
Jonathan Arnold         C/C++/CBuilder Keen Advice:
http://www.keen.com/categories/categorylist_expand.asp?sid=5156620
    Comprehensive C++Builder link site:
http://www.buddydog.org/C++Builder/c++builder.html

Other Threads