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. 
-  /F specifies the location of the Delphi project file (.dpr) 
-  /SOURCE=Delphi specifies that the source application is Delphi 
-  /TARGET specifies the target application type (C# in the example above) 
-  /DIR specifies the location of the converted script files (output directory). sqlways.log (conversion log) is located here. 
 
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. 
-  /F specifies the location of the Delphi PAS file  
-      /SOURCE=Delphi specifies that the source application is Delphi  
-      /TARGET specifies the target application type (C# in the example above) 
-      /DIR specifies the location of the converted script files (output directory). sqlways.log (conversion log) is located here. 
 
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. 
-  /F specifies the location of the Delphi DFM form  
-      /SOURCE=Delphi specifies that the source application is Delphi  
-      /TARGET specifies the target application type (C# in the example above)  
-      /DIR specifies the location of the converted script files (output directory). sqlways.log (conversion log) is located here. 
If you have any additional questions, please contact us: support@ispirer.com