0
votes

We are trying to develop a form that will be added to a project written and created using Embarcadero Delphi 2010 , We will use Embarcadero Delphi XE3 as our Development Environemt, will the code that we will write work on Embarcadero Delphi 2010 ?

If not where can I download Embarcadero Delphi 2010, I can't find it on the Embarcadero official site.

Thanks

3
Some licenses will let you install previous versions as well. Log into your user account to see what's there.LU RD
You can write code that will compile on many different Delphi versions. But you need those versions at hand to be sure.David Heffernan
I wouldn't recommend attempting this unless you have both versions at hand, otherwise it will turn into a fiasco each time you try to compile between these two.user497849

3 Answers

3
votes
2
votes

Depends .... if you don't use rtti and generics and remove qulified namespaces, restrict the use of foreign components it could work, but i think it's not recommended.

2
votes

If you are properly registered you have an edn account:

Pick Downloads / Registered User Downloads

It is in there. You should be able to go back to Delphi 7. 2010 is at the bottom of the page.

The latest stuff in XE3 is highly recommended. The improvements over the last few years are definitely worth it, and the upgrade will pay for itself in very short time even if you only gradually learn and use the new stuff.