Alert icon
We're changing our privacy policy. This stuff matters.  Learn more  Dismiss

Lazarus (similar to Borland Delphi) running in EeePC

Loading...

Sign in or sign up now!
8,981
Loading...
Alert icon
Sign in or sign up now!
Alert icon

Uploaded by on Feb 9, 2008

Lazarus, a free Pascal programming GUI very similar to Borland Delphi, runnng in EeePC.

BLOG: http://asuse3.blogspot.com

Category:

Science & Technology

Tags:

License:

Standard YouTube License

  • likes, 1 dislikes

Link to this comment:

Share to:
see all

All Comments (17)

Sign In or Sign Up now to post a comment!
  • mais perdido que merda em tamanco

  • Cool.

    Thanks again :)

  • Nice I have it on mac and linux. I have a ton of source codes in delphi. I am going to make a ton for lazaurs now. You should look me up on pscode or google type in my name "Jerome Scott II" I have over 100 sourcecodes in delphi and a lot of java c++ sourcecodes

  • Ubuntu Hardy Heron :)

  • np :). If you using lazarus on linux or mac this varible is god for reading and writing from the shell

  • Thank you :)

  • Text works as Text File. So you will use file commands on it. For example,

    var

    MyText : Text;

    begin

    Assign(MyText,'file.txt');

    rewrite(MyText);

    WriteLn(MyText, "this is a example");

    close(MyText);

    //this writes creates a text file with the text this is a example in it.

    end.

  • Nah, this was just test. I know to use variables :) Just wondering, how you can give some info to that variable of type "Text"? eg. ... var x:Text; begin x:='aaaaa'; ... This don't work. I checked Lazarus help, but no answer...
  • Bust be a lazarus error. You shouldn't have to make that varible global to use it in pascal standards.

  • I never used Text, but I tried and compiled without problems in my Lazarus (I set as global variable - at start of program).

    var blah : Text;

    Done without problems.

    Maybe you are missing something.

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