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
Which quantized model wor...
by
LeP
[July 20, 2026, 10:34:07 pm]
PasFLTK - Binding for FLT...
by
Dibo
[July 20, 2026, 10:26:31 pm]
Elite Arcade
by
Guva
[July 20, 2026, 09:42:26 pm]
Fixed an RV32ec compiler ...
by
MattBradford
[July 20, 2026, 09:42:24 pm]
Rounding issues (only wit...
by
marcov
[July 20, 2026, 08:25:15 pm]
How can I get names of CO...
by
Thaddy
[July 20, 2026, 06:31:26 pm]
FPC Unleashed (async/awai...
by
Fibonacci
[July 20, 2026, 05:42:59 pm]
[Closed]Indy10 hangs the ...
by
marcov
[July 20, 2026, 03:52:59 pm]
Slow app start on M5 MacB...
by
pleumann
[July 20, 2026, 03:07:54 pm]
Review from FreePascal
by
threedslider
[July 20, 2026, 02:39:31 pm]
Lazarus components
by
threedslider
[July 20, 2026, 02:37:23 pm]
Many recent books on Laza...
by
threedslider
[July 20, 2026, 02:27:45 pm]
[Solved]Setting the CURSO...
by
jamie
[July 20, 2026, 11:33:52 am]
Network drop and firewall
by
LeP
[July 20, 2026, 09:58:07 am]
Lazarus for Windows on aa...
by
Thaddy
[July 20, 2026, 09:39:06 am]
FastCGI vs. CGI
by
egsuh
[July 20, 2026, 06:33:08 am]
I have made some progress...
by
onionmixer
[July 20, 2026, 12:32:08 am]
Lazarus Bugfix Release 4....
by
n7800
[July 19, 2026, 10:59:09 pm]
Can not load postgres cli...
by
martinm
[July 19, 2026, 10:17:31 pm]
Gtk3 widgetset - call for...
by
zeljko
[July 19, 2026, 08:21:54 pm]
an error occurred while c...
by
Seenkao
[July 19, 2026, 07:29:14 pm]
RichMemo and GTK3
by
dsiders
[July 19, 2026, 05:15:45 pm]
Desktop Shortcut
by
J-G
[July 19, 2026, 04:49:33 pm]
ProDAW
by
jamie
[July 19, 2026, 04:14:20 pm]
[ANN] fpGUI Toolkit v2.1....
by
cdbc
[July 19, 2026, 01:41:07 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: I created a Hello World project using Free Pascal (Read 2115 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: 1685
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: 19472
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: 2872
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