Free Pascal Tutorial 15 - Starting Windows, Mac and Linux GUI Programming - Lazarus
Uploader Comments (SchoolFreeware)
Top Comments
-
There are a lot of errors when compliling :(
I do all what you did, but it doesn't work!
The program opens a project1.lpr
Please help me!
All Comments (34)
-
The linux version of Lazarus will create linux executables. They will run on every linux without problems.
-
start it from the comand line.
Or uncheck the box "windows gui application" in the project options. Then it will be started along with a console window.
-
It contains debugging info. For release do the following: In the proect options:
enable "link smart"
disable "generate debugging symbols"
enable "strip executable"
-
there has been OOP in pascal since the 80's already.
-
It is Pascal. What else did you think it is?
-
How do you enable it to prompt the code completion or to show available options.
In the video you type Label1.ca and it showed a list of options for it. It doesn't do this for me in Lazarus on Linux.
-
@anakin1337: Did you have "readln;" at the end of the program?
-
@alphacaprinus: Thats because of debuginfo. Go to compiler options and choose strip or something.
-
Сan I do the same with Turbo Pascal + DosBox + Win7 x64?
where do you get this program?
Gage5137 1 year ago
@Gage5137 Free Pascal's Website. Free Pascal is the programming language. Lazarus is the IDE. Code in this tutorial is found at SchoolFreeware's Website
SchoolFreeware 1 year ago 4
Hello There is documentation on Google about this
Google This (with the quotes): "New User - Compiling Problem"
You may need to save the code first then compile (run) or possibly install the newer version of Lazarus. Supposedly this bug has been fixed.
SchoolFreeware 2 years ago