Conversion methods
Delphi projects can be converted either manually or using the Delphi Converter wizard in Lazarus. Before beginning the conversion process, we need to note some considerations and information.
Filenames and extension
Filenames are case-sensitive on some file systems. When converting Delphi filenames, you should make your filename lowercase to avoid File Not Found error messages.
Lazarus and Delphi use different file extensions for corresponding units. The following table shows the correlation between the different file extension types:
Delphi |
Description |
Lazarus |
Description |
---|---|---|---|
|
Delphi source file |
|
Pascal unit file |
|
Delphi form |
|
Form data file |
|
Delphi compiled unit |
|
Compiled unit |
|
Delphi project |
|
Project file |
|
Windows resource file |
N/A | |
|
Delphi option file |
N/A | |
|
Lazarus resource file | ||
|
Lazarus project information | ||
|
FPC unit description file |