Multiple Delphi versions on the same machine

前端 未结 5 1402
北荒
北荒 2020-12-06 10:49

What we would like to do is install multiple Delphi versions on the same machine, those versions are D7, D2010 and DXE.

We had previously D7 and D2010, worked OK tog

5条回答
  •  伪装坚强ぢ
    2020-12-06 11:26

    You can run every version of Delphi from 7 to XE2 side-by-side without any problems. I'm doing this on my main dev machine here, as well as my clean dev VM.

    Just be sure that you install last the Delphi version that you wish to be the default when the shell opens a Delphi project or Pascal unit.

提交回复
热议问题