| View previous topic :: View next topic |
| Author |
Message |
Kris Guest
|
Posted: Mon Dec 19, 2005 4:52 pm Post subject: Using C++Builder 6 & 2006 on the same system |
|
|
Is it possible to use both c++ Builder 6 and c++ builder 2006 on the
same system ?
I want to avoid getting stuck with my current projects while
evaluating if I don't run into any problems when migrating to 2006.
Thanks,
|
|
| Back to top |
|
 |
Pete Fraser Guest
|
Posted: Mon Dec 19, 2005 5:10 pm Post subject: Re: Using C++Builder 6 & 2006 on the same system |
|
|
Yes, Im doing that at the moment. No obvious problems
HTH Pete
"Kris" <x.y (AT) xyz (DOT) xx> wrote
| Quote: | Is it possible to use both c++ Builder 6 and c++ builder 2006 on the
same system ?
I want to avoid getting stuck with my current projects while
evaluating if I don't run into any problems when migrating to 2006.
|
|
|
| Back to top |
|
 |
Kris Guest
|
Posted: Mon Dec 19, 2005 5:22 pm Post subject: Re: Using C++Builder 6 & 2006 on the same system |
|
|
| Quote: | Yes, Im doing that at the moment. No obvious problems
HTH Pete
|
That's good news. Thanks for the info.
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Dec 19, 2005 7:08 pm Post subject: Re: Using C++Builder 6 & 2006 on the same system |
|
|
"Kris" <x.y (AT) xyz (DOT) xx> wrote
| Quote: | Is it possible to use both c++ Builder 6 and c++ builder
2006 on the same system ?
|
Yes.
Gambit
|
|
| Back to top |
|
 |
bryan patrick Guest
|
Posted: Tue Dec 20, 2005 12:40 am Post subject: Re: Using C++Builder 6 & 2006 on the same system |
|
|
Did you preorder BCB 2006 or Delphi 2006?
Was wondering if they were shipping the BCB now that it's complete.
Bryan.
"Pete Fraser" <pete.fraser (AT) frasersoft (DOT) nospam.com> wrote
| Quote: | Yes, Im doing that at the moment. No obvious problems
HTH Pete
"Kris" <x.y (AT) xyz (DOT) xx> wrote in message
news:vvodq1158isqj2lpu4j7ndp2m2jo4lmc57 (AT) 4ax (DOT) com...
Is it possible to use both c++ Builder 6 and c++ builder 2006 on the
same system ?
I want to avoid getting stuck with my current projects while
evaluating if I don't run into any problems when migrating to 2006.
|
|
|
| Back to top |
|
 |
AlisdairM Guest
|
Posted: Wed Dec 21, 2005 10:08 am Post subject: Re: Using C++Builder 6 & 2006 on the same system |
|
|
Kris wrote:
| Quote: | Is it possible to use both c++ Builder 6 and c++ builder 2006 on the
same system ?
I want to avoid getting stuck with my current projects while
evaluating if I don't run into any problems when migrating to 2006.
|
The only problem I hit so far was building the Boost libraries, where
the Boost tools used the correct compiler (so I built 2 sets of
libraries with BCB2006 and BCB6) but always used the TLib tool from
BCB2006, as that was found from the system path. This probably means I
need to examine the Boost build config a bit deeper.
I solved my problem by temporarily moving BCB2006 out the path while
building boost for BCB6.
I have had no conflicts at any other time though, BCB6 and 2006 IDEs
use their own toolchains correctly.
--
AlisdairM
|
|
| Back to top |
|
 |
|