Table of Contents


Ispirer Website Ispirer Capabilities: Delphi Conversion Free Trial

Settings for Delphi to .NET Conversion

To successfully convert your Delphi application to .NET platform using Ispirer Toolkit you can follow the instructions below:

Conversion of Delphi Project files (*.dpr)

To convert a Delphi project run sqlways.exe as it is shown below:

sqlways.exe /F=c:\Delphi_project\Project.dpr /source=Delphi /target=CS /dir=d:\CS_project

Note: MnMTK command line options are case-insensitive and their order is insignificant.

Conversion of Delphi Application source files with business logic (*.pas)

To convert Delphi Application source files with business logic run sqlways.exe as it is shown below:

sqlways.exe /F=c:\Delphi_project\*.pas /source=Delphi /target=CS /dir=d:\CS_project

Note: MnMTK command line options are case-insensitive and their order is insignificant.

Conversion of Delphi Form source files (*.dfm)

To convert Delphi Form source files (*.dfm) run sqlways.exe as it is shown below:

sqlways.exe /F=c:\Delphi_project\*.dfm /source=Delphi DFM /target=CS /dir=d:\CS_project

Note: Ispirer Toolkit command line options are case-insensitive and their order is insignificant.


If you have any additional questions, please contact us: support@ispirer.com