Free Pascal Tutorial 1 - The First Program - Lazarus (Hello World) Download
Uploader Comments (SchoolFreeware)
Top Comments
-
never heard my name that much in 1 clip,
All Comments (92)
-
Im newbie to this,I instaled pascal on my laptop (win7,intel i3,x64) i have map 2.6.0 and i dont know how to open program.
-
Thanx For Your Videos , I Had Watch Them All, But i still have a problem how to evaluate an ARITHMETIC EXPRESSION with postfix , (postfix calculator with stack in pascal ) , i must run the program this "MONDAY" to my Prof , thank's
-
Thanks to the author-instructor for an excellent tutorial, at first I was intimidated by Pascal language and I was going back to Qbasic, but then I found these videos and I was quickly able to create a desktop icon executable from this first tutorial by pausing the video and following along from the IDE that I also discovered from this video. Thank you again.
-
You are an absolute life saver. I haven't looked at your other videos, and I already knew about this, but this I've been googling for HOURS trying to find a tutorial. I hope the popularity lives up to itself. :)
-
project1.lpr(15,8) Error: Illegal expression what to do?
-
So you need a Free Pascal Compiler and Lazarus for this to work? Or just the IDE Lazarus?
-
Hello guys This is the Pascal Game boy company we produce games in pascal, we started 2 weeks ago and finished a game called The lost temple of merz,
But for every game we have to search for bugs, this game is only a beginning because we plan of making Much bigger games and better graphics...
For bugs we mush have Beta testers! if you want to be a beta tester just go to my channel and read the instructions
But hurry because only beta testers play our games for free...
We need support!
-Nemanja
-
Can someone tell me what are these codes Red writed. let's say ($ mode objfo )($f...) etc... Do i need these?. Thanks!.
-
can u do the same thing in TP?
can you help me plis when a run this text or program it, a have a massage c:\lazarus\fpc\2.2.4\bin\i386-win32\windres.exe: can't open file `project1.manifest': No such file or directory
what means this
somebuke 11 months ago
@somebuke As a workaround, first save the project, then try running. This seems to happen with Window Vista 32 bit systems. The new version of Lazarus will be out in a few days of this post. It is suppose to fix this problem and many others.
SchoolFreeware 11 months ago
why with writenl it tell me:
project1.lpr(15,1) Error: Identifier not found "writenl"
project1.lpr(15,8) Error: Illegal expression
???
federicoslipknot1 1 year ago
@federicoslipknot1 you have a syntax error. The command is writeln not writenl.
SchoolFreeware 1 year ago 7
i have free pascal ide,,but is very strange from yours..
and also when i choose run is showing a message which says me that compile failed..;/
Mra8ropos 1 year ago
@Mra8ropos Try removing the line {$IFDEF WINDOWS}{$R project1.rc}{$ENDIF}. There is a bug in 9.28.2 where this line has to be removed to make it work
SchoolFreeware 1 year ago