Advertisement · 728 × 90
#
Hashtag
#LazarusIDE
Advertisement · 728 × 90
Lazarus Bugfix Release 4.6 Lazarus Bugfix Release 4.6

🚀 Lazarus 4.6 is officially out!

This new bugfix release is built with FPC 3.2.2 and brings important stability improvements. Time to update your IDE! 🛠️

Check out the release notes here:
forum.lazarus.freepascal.org/index.php/to...

#LazarusIDE #FreePascal #Pascal #Programming #OpenSource

3 0 0 0
Breathing Animation in Free Pascal  Using TTimer and a Paint(box)
Breathing Animation in Free Pascal Using TTimer and a Paint(box) YouTube video by The Silver Pascal Coder

New Free Pascal tutorial! This one explores how to use TTimer and the Paint event to create a smooth breathing animation in Lazarus. It’s a fun little GUI project and a great intro to animation in Pascal.

🎥 youtu.be/HoNW3da9cf8

#FreePascal #LazarusIDE #PascalProgramming #CodingTutorial

3 1 0 0
Lazarus GUI Project – Random Quote Feature for a Wellness App
Lazarus GUI Project – Random Quote Feature for a Wellness App YouTube video by The Silver Pascal Coder

Just built a small Positive Quote Generator in #FreePascal with a Lazarus GUI 🌿
Loads uplifting quotes from a file — first step toward a simple mental health app idea.
🎥 Watch: youtu.be/VNUvJg5O66k
#LazarusIDE #ModernPascal #CodingMotivation #MentalHealth

1 0 0 0
Guessing Game 2.0 (Object Pascal GUI in Lazarus) - Part 2
Guessing Game 2.0 (Object Pascal GUI in Lazarus) - Part 2 YouTube video by OpenWise Learning

Continue building the Pascal GUI Guessing Game! 🎮 In Part 2, you’ll validate input, enforce difficulty ranges, count guesses, finish win/lose logic, and lock/unlock the UI with a “Play Again” flow.

#PascalProgramming #LazarusIDE #KidsWhoCode #OpenWiseLearning #LinuxCoding

1 0 0 0
Guessing Game 2.0 (Object Pascal GUI in Lazarus) - Part 1
Guessing Game 2.0 (Object Pascal GUI in Lazarus) - Part 1 YouTube video by OpenWise Learning

In this beginner-friendly tutorial, we turn a classic number guessing game into a Pascal GUI app using Lazarus on Linux. Add difficulty levels, use case statements, and build a simple interface with Button, Edit, and Label.

#PascalProgramming #KidsWhoCode #LazarusIDE #OpenWiseLearning

0 0 0 0
Build Your First Pascal GUI in Lazarus (Beginner Tutorial)
Build Your First Pascal GUI in Lazarus (Beginner Tutorial) YouTube video by OpenWise Learning

In this beginner-friendly tutorial, we use Object Pascal in Lazarus IDE on Linux to build a real GUI app. Learn how to design forms, drop components, and wire up events — a perfect intro before games and animations.

#LazarusIDE #FreePascal #KidsWhoCode #STEMEducation #OpenWiseLearning

1 0 0 0
Guessing Game in Pascal: Differences from Python (Intermediate Tutorial)
Guessing Game in Pascal: Differences from Python (Intermediate Tutorial) YouTube video by OpenWise Learning

Beginner-friendly coding tutorial: Build a classic number guessing game using Object Pascal in Lazarus IDE on Linux. 🧠🎮
#PascalProgramming #LazarusIDE #GuessingGame #PythonVsPascal #OpenWiseLearning #STEMEducation #KidsWhoCode #FreePascal

1 0 0 0
Preview
Exploring a Database Application with Free Pascal and Lazarus Over the last few weeks, I’ve been building a small database application using Free Pascal and Lazarus. This wasn’t a standard “how to make an app” tutorial but a h…

A review (/reflection) for building a database app with #FreePascal & #LazarusIDE, features include search, sorting, CSV export, and #HeidiSQL. Video Coming ...

timcoatesinsights.wordpress.com/2025/09/07/e...

#LearnToCode #Programming #PascalProgramming #SQLite #OpenSource #DatabaseApp

2 0 0 0
Code With Me | Database App in Free Pascal (Part 2) with Row Coloring & Edit Form
Code With Me | Database App in Free Pascal (Part 2) with Row Coloring & Edit Form YouTube video by The Silver Pascal Coder

New Video – Database App Part 2!

In this episode, we expand our Free Pascal + Lazarus database app with:

🔹 Row coloring (red = unregistered)
🔹 Edit form to update details before saving

Catch up with the series here 👉 youtu.be/wsHlotczSIc

#FreePascal #LazarusIDE #PascalProgramming #DatabaseApp

3 0 0 0
Code With Me | Database App in Free Pascal (Tutorial Turns Into Unfiltered Chaos)
Code With Me | Database App in Free Pascal (Tutorial Turns Into Unfiltered Chaos) YouTube video by The Silver Pascal Coder

Next video starts as a tutorial for a "DB App", then turns into live coding session after a couple of IDE hiccups and my own blunders. Sigh! Anyways, come along for the ride and see how it all unfolds:

👉 youtu.be/0gyg05GgnNk

#FreePascal #PascalProgramming #DatabaseApp #CodeWithMe #LazarusIDE

5 2 0 0
First Look: How Double Command Handles Exceptions & Debugging
First Look: How Double Command Handles Exceptions & Debugging YouTube video by The Silver Pascal Coder

First look inside the Double Command source code! Explore screenshots, grab it from GitHub, and see how it handles exceptions & multi-threaded debugging — plus how it extends LazLogger.

🎥 Watch here: youtu.be/9HQjR-_18k8

#FreePascal #LazarusIDE #Debugging #PascalProgramming

5 1 0 1
Video

Added a radar and markers. Also, the skybox now uses HDR.
#raylib #gamedev #solodev #FreePascal #LazarusIDE #screenshotsaturday

26 3 0 0
First Look at HeidiSQL Source Code – Build and Explore with Lazarus
First Look at HeidiSQL Source Code – Build and Explore with Lazarus YouTube video by The Silver Pascal Coder

Just built HeidiSQL from source using Lazarus 4.2 — fixed some issues, poked around the code, and shared what I found.
🎥 Watch here: youtu.be/WV-vubcDnt8

#OpenSource #FreePascal #LazarusIDE

6 2 0 0
Lazarus Compiler Settings for Greener, Faster Pascal Apps
Lazarus Compiler Settings for Greener, Faster Pascal Apps YouTube video by The Silver Pascal Coder

Tuning your compiler can make your apps faster and greener.
In this one, I take a simple Pascal primes program from 1MB down to 39KB using Lazarus IDE and Free Pascal.

🔗 youtu.be/Rby8OhU18Fk

#LazarusIDE #FreePascal #GreenCoding #EnergyEfficientSoftware #PascalProgramming #CodeOptimization

5 1 0 0
Lazarus 4.0 Debugging Tools in Action with a Simple Demo App
Lazarus 4.0 Debugging Tools in Action with a Simple Demo App YouTube video by The Silver Pascal Coder

Ready to start your debugging journey in Lazarus 4.0...
(i) Breakpoints, (ii) Watch windows, (iii) Run to Cursor, (iv) Local variable inspection, (v) And more!

#LazarusIDE #FreePascal #Debugging #PascalTutorial #BugFixing #LiveCoding #LearnPascal #ProgrammingHelp

youtu.be/qYzMPEwDbnY

3 0 0 0
Getting Started with Lazarus 4.0: IDE Tour + Installing Packages
Getting Started with Lazarus 4.0: IDE Tour + Installing Packages YouTube video by The Silver Pascal Coder

I just posted a walkthrough of the new IDE — perfect for beginners. Learn how to create your first GUI app and install packages (Minimap) in Free Pascal.

🎥 Watch it here: youtu.be/zBImv-TjIzg

#FreePascal #LazarusIDE #OpenSourceDev #PascalProgramming

2 0 0 0
How to Use C Libraries in Free Pascal | Raylib + FPC Linux Example
How to Use C Libraries in Free Pascal | Raylib + FPC Linux Example YouTube video by The Silver Pascal Coder

Learn how to call C functions from Free Pascal! In this video, we walk through interfacing with a simple C library, using the Raylib game framework as an example.

youtu.be/f29SMhakdtE

#FreePascal #LazarusIDE #PascalProgramming #CInterop #Raylib #OpenSource #ProgrammingTutorial #LearnToCode

4 1 0 0
Building a Dictionary App with Free Pascal & Lazarus
Building a Dictionary App with Free Pascal & Lazarus YouTube video by The Silver Pascal Coder

I've just uploaded a tutorial video re basic dictionary application in Free Pascal using Lazarus, using stringlists...

Video: youtu.be/amAQvb2a3Og

#FreePascal #LazarusIDE #GUIprogramming #PascalTutorial #DictionaryApp #StringList

4 1 0 0
Using Conditional Defines in Pascal
Using Conditional Defines in Pascal YouTube video by The Silver Pascal Coder

Using Conditional Defines in Pascal youtu.be/KJwG4qOOTr0?... via @YouTube

#PascalProgramming, #ConditionalDefines, #LazarusIDE, #FreePascal, #DebuggingTools, #CrossPlatformCode, #ProgrammingTutorial, #CodeOptimization, #PascalTips, #LearnProgramming

4 0 0 0
Using lazbuild to compile (/link) your pascal programs
Using lazbuild to compile (/link) your pascal programs YouTube video by The Silver Pascal Coder

Learn how to use lazbuild, the command-line tool for the Lazarus IDE, to compile and link your Pascal programs efficiently.

#PascalProgramming #LazarusIDE #FreePascal #lazbuild #PascalTips #CommandLineTools #SoftwareDevelopment #Pascal #Lazarus #CodingTips #BuildAutomation

youtu.be/h1hzEQmGj1Y

6 2 0 0
Mastering Dates with SQLite3, strftime, and Lazarus
Mastering Dates with SQLite3, strftime, and Lazarus YouTube video by The Silver Pascal Coder

Dive deeper into working with dates in SQLite3 using the strftime function and learn how to handle date and time data effectively in Lazarus.

#SQLite3 #PascalProgramming #LazarusIDE #DatabaseDevelopment #strftime #FreePascal #SQLTips #DateHandling #ProgrammingTutorial

youtu.be/QR2arjyb6YM

1 0 0 0