| View previous topic :: View next topic |
| Author |
Message |
Anthony J. Maske Guest
|
Posted: Fri Mar 30, 2007 10:20 pm Post subject: Delphi 6 -> Delphi 7? |
|
|
Just curious if there were any issues when porting over projects written in
Delphi 6 to Delphi 7? |
|
| Back to top |
|
 |
Peter Below (TeamB) Guest
|
Posted: Sun Apr 01, 2007 2:52 am Post subject: Re: Delphi 6 -> Delphi 7? |
|
|
Anthony J. Maske wrote:
| Quote: | Just curious if there were any issues when porting over projects
written in Delphi 6 to Delphi 7?
|
I did that for quite a number of project and had zero problems. But you
will have the one that crops up with every new Delphi version: if you
don't have the source for 3rd-party components you use you need to get
new packages and dcus for those for your new Delphi version. And since
these new versions may contain changes to the one you used previously
they may cause you problems.
--
Peter Below (TeamB)
Don't be a vampire (http://slash7.com/pages/vampires),
use the newsgroup archives :
http://www.tamaracka.com/search.htm
http://groups.google.com
http://www.prolix.be |
|
| Back to top |
|
 |
Brion L. Webster Guest
|
Posted: Mon Apr 02, 2007 9:36 pm Post subject: Re: Delphi 6 -> Delphi 7? |
|
|
Peter Below (TeamB) wrote:
| Quote: | Anthony J. Maske wrote:
Just curious if there were any issues when porting over projects
written in Delphi 6 to Delphi 7?
I did that for quite a number of project and had zero problems. But you
will have the one that crops up with every new Delphi version: if you
don't have the source for 3rd-party components you use you need to get
new packages and dcus for those for your new Delphi version. And since
these new versions may contain changes to the one you used previously
they may cause you problems.
|
I seem to remember a few minor third party source code issues with
variants? But they were easy to work around, since I had source to all my
components. Nothing significant.
--
-Brion
There's no such thing as 'one, true way;'
- Mercedes Lackey |
|
| Back to top |
|
 |
Peter Below (TeamB) Guest
|
Posted: Tue Apr 03, 2007 5:35 pm Post subject: Re: Delphi 6 -> Delphi 7? |
|
|
Brion L. Webster wrote:
| Quote: | Peter Below (TeamB) wrote:
Anthony J. Maske wrote:
Just curious if there were any issues when porting over projects
written in Delphi 6 to Delphi 7?
I did that for quite a number of project and had zero problems. But
you will have the one that crops up with every new Delphi version:
if you don't have the source for 3rd-party components you use you
need to get new packages and dcus for those for your new Delphi
version. And since these new versions may contain changes to the
one you used previously they may cause you problems.
I seem to remember a few minor third party source code issues with
variants? But they were easy to work around, since I had source to
all my components. Nothing significant.
|
THat was D5 to D6, when Borland introduced the Variants unit to move
variant specific stuff out of System.
--
Peter Below (TeamB)
Don't be a vampire (http://slash7.com/pages/vampires),
use the newsgroup archives :
http://www.tamaracka.com/search.htm
http://groups.google.com
http://www.prolix.be |
|
| Back to top |
|
 |
|