|
Lazarus
|
|
06-25-2010, 09:58 PM
(This post was last modified: 06-25-2010 10:16 PM by codecaine.)
Post: #1
|
|||
|
|||
|
Lazarus
I been programming like crazy in lazarus. When I get to a computer where I can upload. I will provide you with some great examples. One of the most powerful examples i made is piping data from a terminal command into a memo. You could just as well put it in an array or string and manipulate the data if you wanted to. That means when you use lazarus you have all your shell commands available at hand!
If anybody like me to convert some of there delphi source codes I can. The only ones that are not portable mainly is the one with windows api calls. I am not sure about message hooking as well. I will look into it. |
|||
|
06-26-2010, 05:27 AM
Post: #2
|
|||
|
|||
|
RE: Lazarus
Ah i have Lazarus, but haven't messed with it too much.. but there are loads of components online, so it's like a lite edition of Delphi.
"Character is determined more by the lack of certain experiences than by those one has had." Friedrich Nietzsche |
|||
|
06-26-2010, 05:30 AM
Post: #3
|
|||
|
|||
|
RE: Lazarus
Yea the syntax is pretty much the same. I is very underrated. You can build a gui program in minutes without hassle.
|
|||
|
06-26-2010, 05:43 AM
Post: #4
|
|||
|
|||
|
RE: Lazarus
Thats what I like about it
but it needs things like a Socket component
"Character is determined more by the lack of certain experiences than by those one has had." Friedrich Nietzsche |
|||
|
06-26-2010, 01:58 PM
(This post was last modified: 06-26-2010 02:35 PM by codecaine.)
Post: #5
|
|||
|
|||
RE: Lazarus
(06-26-2010 05:43 AM)Back_track Wrote: Thats what I like about it Yea it should already built in but you can go to there website and install one ![]() Here were you can get the sockets componet http://wiki.lazarus.freepascal.org/Compo...les#System |
|||
|
06-26-2010, 03:11 PM
Post: #6
|
|||
|
|||
|
RE: Lazarus
Lol I've already tried...it failed compiling.
"Character is determined more by the lack of certain experiences than by those one has had." Friedrich Nietzsche |
|||
|
06-26-2010, 11:17 PM
Post: #7
|
|||
|
|||
|
RE: Lazarus
Did you do the step by step instructions?
|
|||
|
« Next Oldest | Next Newest »
|






but it needs things like a Socket component
