im using lazarus on linux , and when i wrote writeln and readln thing, i wanna test the program, and when i press on that green play button nothing happens. PLease healp :)
@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
@AlexsiMAC
The linux version of Lazarus will create linux executables. They will run on every linux without problems.
07bit 1 month ago
@TheCrazeBlazer
It is Pascal. What else did you think it is?
07bit 1 month ago
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.
Amzo2 4 months ago
Comment removed
titanrain1 6 months ago
@anakin1337: Did you have "readln;" at the end of the program?
smitthy100 6 months ago
@alphacaprinus: Thats because of debuginfo. Go to compiler options and choose strip or something.
smitthy100 6 months ago
Сan I do the same with Turbo Pascal + DosBox + Win7 x64?
PrankMaN97 9 months ago
App1.exe is 11.4MB and the only thing it does is setting a label's text =(
alphacaprinus 10 months ago
@alphacaprinus
It contains debugging info. For release do the following: In the proect options:
enable "link smart"
disable "generate debugging symbols"
enable "strip executable"
07bit 1 month ago
this is absolutlly discasting OOP IN PASCAL nahhhhhhhhhh
SAMY2690 10 months ago
@SAMY2690
there has been OOP in pascal since the 80's already.
07bit 1 month ago
im using lazarus on linux , and when i wrote writeln and readln thing, i wanna test the program, and when i press on that green play button nothing happens. PLease healp :)
anakin1337 1 year ago
@anakin1337
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.
07bit 1 month ago
@AlexsiMAC i guess you need to use wine on that
tsunamyboy69 1 year ago
did you make a independet file for each operative system?
like exe for windows app for mac, and other for linux?
tsunamyboy69 1 year ago
My name ist Pascal^^
nyah248 1 year ago
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!
DeRobyJ 1 year ago 2
@DeRobyJ Solved
{$IFDEF WINDOWS}{$R project1.rc}{$ENDIF}
This is after (you can add units after this).
I have to delete it also when I want to make a pascal program.
(I have 2.2.4 compiler, yours is 2.2.2)
DeRobyJ 1 year ago
dosent work :(
MrDimwit646 1 year ago
This has been flagged as spam show
where do you get this program?
Gage5137 1 year ago
where do you get this program?
Gage5137 1 year ago
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
Comment removed
Gage5137 1 year ago
@besnsch89 Just call Form2.Show or Form2.ShowModal in the OnClick event of the button.
ShowModal will disable the current form until it is closed. Show will let you have both forms active at the same time.
Ceniza666 1 year ago
Comment removed
7wael 2 years ago
Hi kokoinas, i've same error.
I don`t know is the problem, i'm now using windows 7 and lazarus 0.9.28.2.
ipin333 2 years ago
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
well, something is wrong to my coding:
Compiling C:\DOCUME~1\Tomas\LOCALS~1\Temp\project1.lpr
Compiling unit1.pas
unit1.pas(18,28) Hint: Parameter "Sender" not used
Compiling resource C:\DOCUME~1\Tomas\LOCALS~1\Temp\project1.rc
c:\lazarus\fpc\2.2.4\bin\i386-win32\windres.exe: can't open file `project1.manifest': No such file or directory
project1.lpr(20,1) Error: Error while linking
project1.lpr(20,1) Fatal: There were 1 errors compiling module, stopping
kokoinas 2 years ago