Lazarus, the complete guide book

  I’ve purchased Lazarus the complete guide book, and I’ve received it yesterday. It is a very good book, full of information, and it is suitable for new and experienced programmers as well. It can be used as a reference for Free Pascal compiler and Lazarus IDE. I encourage every programmer who want to be…

How to decrease executable size in Lazarus

To decrease executable size in FreePascal/Lazarus go to Project menu/Project Options and do the following in Compliation and Linking Check the following (Red Underlined) In Debuggin section of Complier options do the following: Uncheck Generate debuggin info for GDB Check Strip symbols from executables  

How to get Free Pascal in Debian or Ubuntu linux

You can get Free Pascal compiler (FPC) by writing this command in terminal: Also you can use synaptic package manager that exists in debian and Ubuntu based distributions to download it:             Synaptic and apt-get will download the last updated Free Pascal compiler in distribution repository, and it may be…

What is Free Pascal

Free Pascal is a free and open source Object Pascal Language compiler. It is a native compiler, which generates native code for operating systems the same like C and C++ compilers do. No need for virtual machines or big libraries for deployment. Free Pascal is a cross platform compiler, it is available for: Linux, FreeBSD,…