Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Free Pascal
»
Beginners
(Moderators:
FPK
,
Tomas Hajny
) »
I created a Hello World project using Free Pascal
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Putting a new file on a w...
by
J-G
[July 18, 2026, 11:10:43 pm]
[SOLVED]Problem with Mari...
by
Tomu
[July 18, 2026, 10:49:15 pm]
debugger error
by
Martin_fr
[July 18, 2026, 10:38:42 pm]
TCHATGPT — An Artificial ...
by
schuler
[July 18, 2026, 10:00:48 pm]
Which quantized model wor...
by
schuler
[July 18, 2026, 09:45:50 pm]
Slow app start on M5 MacB...
by
Thaddy
[July 18, 2026, 08:16:52 pm]
Peculiarities in the EXE ...
by
Thaddy
[July 18, 2026, 07:49:45 pm]
FPC Unleashed (async/awai...
by
Thaddy
[July 18, 2026, 06:52:05 pm]
Windows 2026_7 update and...
by
Martin_fr
[July 18, 2026, 06:23:32 pm]
KOL4 Beta available.
by
Thaddy
[July 18, 2026, 06:23:08 pm]
This week in OPM!
by
wp
[July 18, 2026, 01:59:33 pm]
FastCGI vs. CGI
by
Thaddy
[July 18, 2026, 01:32:45 pm]
Testing Antropic
by
Tomxe
[July 18, 2026, 12:46:14 pm]
GTK3 is now the default w...
by
Thaddy
[July 18, 2026, 10:22:34 am]
authentiacte through goog...
by
Thaddy
[July 18, 2026, 09:12:56 am]
[SOLVED] Stopped compilin...
by
CM630
[July 18, 2026, 08:41:58 am]
[CLOSED] Seeking performa...
by
Xenno
[July 18, 2026, 08:11:26 am]
Lazarus Main not building...
by
Thaddy
[July 18, 2026, 06:31:42 am]
Setting the CURSOR for th...
by
jamie
[July 18, 2026, 02:16:55 am]
TPeriodicTable
by
wp
[July 18, 2026, 12:19:25 am]
I have made some progress...
by
onionmixer
[July 17, 2026, 08:08:34 pm]
How to connect to MariaDb...
by
jcmontherock
[July 17, 2026, 06:23:38 pm]
Accessing VRAM memory wit...
by
LemonParty
[July 17, 2026, 04:45:30 pm]
docking IDE
by
Martin_fr
[July 17, 2026, 02:13:28 pm]
Engineering Software from...
by
jamie
[July 17, 2026, 12:51:57 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: I created a Hello World project using Free Pascal (Read 2114 times)
ikel
New Member
Posts: 40
I created a Hello World project using Free Pascal
«
on:
June 13, 2025, 01:40:05 pm »
Hi,
I created a Hello World project using Free Pascal.
https://github.com/ikelaiah/fp-hello-world
It is a simple module and can be used as a starting point for any Hello World project.
-ikel
Logged
paweld
Hero Member
Posts: 1682
Re: I created a Hello World project using Free Pascal
«
Reply #1 on:
June 13, 2025, 01:56:08 pm »
https://forum.lazarus.freepascal.org/index.php/topic,71427.msg557417.html#msg557417
:-)
Logged
Best regards / Pozdrawiam
paweld
ikel
New Member
Posts: 40
Re: I created a Hello World project using Free Pascal
«
Reply #2 on:
June 14, 2025, 01:28:23 am »
Thanks, @paweld.
Sorry about the the double posting.
-ikel
Logged
Thaddy
Hero Member
Posts: 19455
Glad to be alive.
Re: I created a Hello World project using Free Pascal
«
Reply #3 on:
June 14, 2025, 02:04:24 pm »
Now integrate the two
Logged
Any "programmer" that knows only one programming language is not a programmer
Weiss
Sr. Member
Posts: 251
Re: I created a Hello World project using Free Pascal
«
Reply #4 on:
June 20, 2025, 05:25:28 pm »
real fun starts with user input.
Logged
ccrause
Hero Member
Posts: 1120
Re: I created a Hello World project using Free Pascal
«
Reply #5 on:
June 21, 2025, 08:29:33 am »
A more complete entry for
Program won't print "Hello, World!"
, amended for the corporate world:
Report issue to legal department
Report issue to manager
Report issue to IT department
Apply for overtime compensation
Wait for IT front line support to contact you
Explain to IT that yes, your PC is plugged in and running
Explain to IT that it is not necessary to reinstall the OS
Explain to IT that you don't need .NET (and hence don't need to upgrade .NET)
Go grab a cup of coffee, mention this to a colleague in the kitchen
Colleague then mention changes in the domain policy that blocks compilation and execution of unsigned code
Explain possible cause to IT
IT explains that they can do nothing about the domain policy
Random other colleague mentions you have to apply for special admin rights to work around the security policy
Apply for said admin rights
Manager needs a motivation for why you require admin rights before approving the request
You motivate this by explaining the virtue of the Pascal language and the potential improvement in your performance if you can unlock this tool
IP contacts you to sign away your IP rights to any work product you may generate with this fancy new tool called "FPC"
After some tie passes everything lines up and you manage to run Hello World!
Manager is impressed with the emoji:text ratio of the output and asks you to give a demonstration to senior management
You try to demo Hello World but it gets blocked by virus scanner...
Logged
cdbc
Hero Member
Posts: 2869
Re: I created a Hello World project using Free Pascal
«
Reply #6 on:
June 21, 2025, 09:38:28 am »
Hahaha
-- Good One -- Christo
Regards Benny
Logged
If it ain't broke, don't fix it
PCLinuxOS(rolling release) 64bit -> KDE6/QT6 -> FPC Release -> Lazarus Release & FPC Main -> Lazarus Main
LV
Sr. Member
Posts: 427
Re: I created a Hello World project using Free Pascal
«
Reply #7 on:
June 21, 2025, 11:50:16 am »
@ccrause, thanks for the valuable tutorial. I couldn't resist trying to implement it (see attached project).
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Free Pascal
»
Beginners
(Moderators:
FPK
,
Tomas Hajny
) »
I created a Hello World project using Free Pascal
TinyPortal
© 2005-2018