| View previous topic :: View next topic |
| Author |
Message |
Jes Ramsing Guest
|
Posted: Thu Oct 28, 2004 8:04 am Post subject: Upgrade projects from Delphi 3 to Delphi 7 - what to do |
|
|
I am new to Delphi and have been asked to upgrade some projects from Delphi 3 to Delphi 7.
Could anyone give me a few pointers at ahat to do and what not to do.
Regards
/Jes
Btw. Delphi seems ok, since I am used to Java and C
|
|
| Back to top |
|
 |
Mike Williams [TeamB] Guest
|
Posted: Thu Oct 28, 2004 1:02 pm Post subject: Re: Upgrade projects from Delphi 3 to Delphi 7 - what to do |
|
|
On 28 Oct 2004, "Jes Ramsing" <jramsing (AT) sauer-danfoss (DOT) com> wrote:
| Quote: | I am new to Delphi and have been asked to upgrade some projects from
Delphi 3 to Delphi 7. Could anyone give me a few pointers at ahat to
do and what not to do.
|
The simple approach is to make a complete copy of the project source
code, load it into Delphi 7, and try to compile it.
It may work fine the first time. You may find that the Delphi 3 version
uses 3rd party components that you haven't installed into Delphi 7. If
you have the source code for any such 3rd party components you may be
able to simply install them, set up their library paths, and repeat step
one. If you don't have the source you may need to contact the original
vendor for an updated version. Many of the changes between Delphi 3 and
Delphi 7 affected component writers more than component consumers.
--
-Mike (TeamB)
Newsgroup guidelines: http://www.borland.com/newsgroups/guide.html
|
|
| Back to top |
|
 |
Tim Borman Guest
|
Posted: Thu Nov 04, 2004 6:30 pm Post subject: Re: Upgrade projects from Delphi 3 to Delphi 7 - what to do |
|
|
I upgraded from Delphi 4 to 7 last year and it was well worth it. Most of
the work was upgrading components. In D7 DsgnIntF is replaced by DesignIntf
and DesignEditors which are only available at design time. A lot of
components had to be split into separate design time and runtime units.
Mostly cut and paste once I figured it out.
Tim
"Jes Ramsing" <jramsing (AT) sauer-danfoss (DOT) com> wrote
| Quote: |
I am new to Delphi and have been asked to upgrade some projects from
Delphi 3 to Delphi 7.
Could anyone give me a few pointers at ahat to do and what not to do.
Regards
/Jes
Btw. Delphi seems ok, since I am used to Java and C
|
|
|
| Back to top |
|
 |
Brian Huff Guest
|
Posted: Fri Jan 07, 2005 10:19 pm Post subject: Re: Upgrade projects from Delphi 3 to Delphi 7 - what to do |
|
|
We are going from 4 to 7 in the next few weeks...
Has anyone seen a problem with the 4 date format for 0 dates beeing
00/00/0000 changing to the 1/1/1899 (or whatever it is) date format?
Brian
"Tim Borman" <tbormanatborrandotcom (AT) ihatespam (DOT) com> wrote
| Quote: | I upgraded from Delphi 4 to 7 last year and it was well worth it. Most of
the work was upgrading components. In D7 DsgnIntF is replaced by
DesignIntf and DesignEditors which are only available at design time. A lot
of components had to be split into separate design time and runtime units.
Mostly cut and paste once I figured it out.
Tim
"Jes Ramsing" <jramsing (AT) sauer-danfoss (DOT) com> wrote in message
news:4180a81f$1 (AT) newsgroups (DOT) borland.com...
I am new to Delphi and have been asked to upgrade some projects from
Delphi 3 to Delphi 7.
Could anyone give me a few pointers at ahat to do and what not to do.
Regards
/Jes
Btw. Delphi seems ok, since I am used to Java and C :-)
|
|
|
| Back to top |
|
 |
|