Sort by time | Sort by thread (beta)

Link to this comment:

Share to:
see all

All Comments (34)

Sign In or Sign Up now to post a comment!
  • @AlexsiMAC

    The linux version of Lazarus will create linux executables. They will run on every linux without problems.

  • @TheCrazeBlazer

    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.

  • Comment removed

  • @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?

  • App1.exe is 11.4MB and the only thing it does is setting a label's text =(

  • @alphacaprinus

    It contains debugging info. For release do the following: In the proect options:

    enable "link smart"

    disable "generate debugging symbols"

    enable "strip executable"

  • this is absolutlly discasting OOP IN PASCAL nahhhhhhhhhh

  • @SAMY2690

    there has been OOP in pascal since the 80's already.

  • 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

    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.

  • @AlexsiMAC i guess you need to use wine on that

  • did you make a independet file for each operative system?

    like exe for windows app for mac, and other for linux?

  • My name ist Pascal^^

  • 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 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)

  • dosent work :(

  • where do you get this program?

  • where do you get this program?

  • @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

  • Comment removed

  • @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.

  • Comment removed

  • 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.

  • 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.

  • well, something is wrong to my coding:

    Compiling C:\DOCUME~1\Tomas\LOCALS~1\Tem­p\project1.lpr

    Compiling unit1.pas

    unit1.pas(18,28) Hint: Parameter "Sender" not used

    Compiling resource C:\DOCUME~1\Tomas\LOCALS~1\Tem­p\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

Loading...
0 / 00Unsaved Playlist Return to active list
    1. Your queue is empty. Add videos to your queue using this button:
      or sign in to load a different list.
    Loading...Loading...Saving...
    • Clear all videos from this list
    • Learn more