Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Getting Started with Lazarus IDE

You're reading from  Getting Started with Lazarus IDE

Product type Book
Published in Feb 2013
Publisher Packt
ISBN-13 9781782163404
Pages 116 pages
Edition 1st Edition
Languages
Author (1):
Roderick Person Roderick Person
Profile icon Roderick Person

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

.pas

Delphi source file

.pas, .pp

Pascal unit file

.dfm

Delphi form

.lfm

Form data file

.dcu

Delphi compiled unit

.o, .ppu

Compiled unit

.dpr

Delphi project

.lpr

Project file

.res

Windows resource file

N/A

 

.dof

Delphi option file

N/A

 
  

.lrs

Lazarus resource file

  

.lpi

Lazarus project information

  

.ppu

FPC unit description file

Semantic and syntax...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}