7

I want to learn to develop applications in Lazarus, but I need resources, preferably books, to Lazarus.

Keep in mind that I know 0 of Pascal. Thanks.

dsocolobsky
  • 275
  • 2
  • 5
  • 13
  • 4
    [Object Pascal Tutorial](http://wiki.lazarus.freepascal.org/Object_Pascal_Tutorial), [Lazarus Tutorial](http://wiki.lazarus.freepascal.org/Lazarus_Tutorial). As you proceed look for more documentation in the site, like: [Object Oriented Programming with FreePascal and Lazarus](http://wiki.lazarus.freepascal.org/Object_Oriented_Programming_with_FreePascal_and_Lazarus), [Programming Using Objects](http://wiki.lazarus.freepascal.org/Programming_Using_Objects). As you can see there's plenty of documentation on http://wiki.lazarus.freepascal.org :). Not sure you'll be able to find any books.. – Sertac Akyuz Sep 19 '11 at 00:03

4 Answers4

9

Lazarus - The Complete Guide can be found here.

UPDATE:

Free book is here. I know this is for Delphi but it will also help a Lazarus newbie very much.

To my knowledge there are also books in german (paid), portuguese (paid), and arabic (free).

avra
  • 3,690
  • 19
  • 19
2

The compiler and non visual manuals are here

One can also use Delphi resources to some degree; Essential Pascal is also always a good read, and so are the older Mastering Delphi books from the same author

Marco van de Voort
  • 25,628
  • 5
  • 56
  • 89
1

Marco Cantu's book "Essential Pascal" is a good, implementation agnostic Pascal guide for the Object Pascal dialects of Pascal (Lazarus, FPC, Delphi). http://www.marcocantu.com/epascal/ An older version of the book is available free, and the most recent can be purchased.

Nova Entropy
  • 5,727
  • 1
  • 19
  • 32
0

I learned using the book

'Oh! Pascal!'

. Clear and basic - very good.

Hugh Jones
  • 2,706
  • 19
  • 30