Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Lazarus

2 views
Skip to first unread message

Damian Kleiman

unread,
Apr 10, 2009, 10:12:20 AM4/10/09
to
Hello everybody.

Anyone here uses Lazarus? I tried this week and i think its a great
IDE, quite easy to use...

Greetings,
Damian

Marco van de Voort

unread,
Apr 11, 2009, 10:26:18 AM4/11/09
to
On 2009-04-10, Damian Kleiman <NOSPAM.Dam...@nickandre.com> wrote:
> Anyone here uses Lazarus? I tried this week and i think its a great
> IDE, quite easy to use...

From time to time yes.

Damian Kleiman

unread,
Apr 11, 2009, 7:05:46 PM4/11/09
to
Hello Marco.

11 Apr 09 14:26, you wrote to me:

MV> On 2009-04-10, Damian Kleiman
MV> <NOSPAM.Dam...@nickandre.com>


MV> wrote:
>> Anyone here uses Lazarus? I tried this week and i think its a great
>> IDE, quite easy to use...

Is the best ide for learning pascal? what do you think?

Greetings,
Damian

David Mitchell

unread,
Apr 13, 2009, 4:14:13 AM4/13/09
to
On Fri, 10 Apr 2009 14:12:20 +0000, Damian Kleiman wrote:

> Hello everybody.
>
> Anyone here uses Lazarus? I tried this week and i think its a great
> IDE, quite easy to use...

Yup. I tend to agree - I find it can be a bit unstable; but when it
works it's brilliant. I really like some of the editor features (like
code completion and being able to go to the definition of any entity with
a single key-stroke).

And being able to find the run-time value of a variable by hovering over
it is great too.

I know these are all features of Delphi, but they're great to have
nonetheless.

--
=======================================================================
= David --- If you use Microsoft products, you will, inevitably, get
= Mitchell --- viruses, so please don't add me to your address book.
=======================================================================ree

Marco van de Voort

unread,
Apr 13, 2009, 2:26:12 PM4/13/09
to
On 2009-04-11, Damian Kleiman <NOSPAM.Dam...@nickandre.com> wrote:
> MV> On 2009-04-10, Damian Kleiman
> MV> <NOSPAM.Dam...@nickandre.com>
> MV> wrote:
> >> Anyone here uses Lazarus? I tried this week and i think its a great
> >> IDE, quite easy to use...
>
> Is the best ide for learning pascal? what do you think?

It's fine yes. Delphi is the other option, but costs money.

Damian Kleiman

unread,
Apr 14, 2009, 5:50:25 AM4/14/09
to
Hello Marco.

13 Apr 09 18:26, you wrote to me:

MV> It's fine yes. Delphi is the other option, but costs money.

Yes, thats why i use Lazarus :)

Greetings,
Damian

Marco van de Voort

unread,
Apr 14, 2009, 4:16:53 PM4/14/09
to
On 2009-04-14, Damian Kleiman <NOSPAM.Dam...@nickandre.com> wrote:
> MV> It's fine yes. Delphi is the other option, but costs money.
>
> Yes, thats why i use Lazarus :)

Costing money is not an evil thing btw. Openness, malleability and multi
platform (/architecture) use are equally important aspects.

Damian Kleiman

unread,
Apr 15, 2009, 2:52:34 PM4/15/09
to
Hello Marco.

14 Apr 09 20:16, you wrote to me:

MV> Costing money is not an evil thing btw. Openness, malleability and
MV> multi platform (/architecture) use are equally important aspects.

Well for me money is an issue. I dont have much... :)

But all the aspects you remark are really important too.

Greetings,
Damian

Red Rooster

unread,
Jun 26, 2009, 2:51:20 PM6/26/09
to

You can get Turbo Delphi for free! ;-)

http://www.turboexplorer.com/

RR

anonymous

unread,
Aug 22, 2009, 8:00:56 PM8/22/09
to

Has anyone developed a program that converts Delphi components into
Lazarus components? This is the only drawback I have in switching
from D4 to Lazarus. Too many good components written for Delphi.

--
Robert novak: 'Always love your country — but never trust your
government!'

Robert novak: 'Always love your country — but never trust your
government!'


Marco van de Voort

unread,
Aug 23, 2009, 9:08:04 AM8/23/09
to
On 2009-08-23, anonymous <an...@domain.invalid> wrote:
>> Anyone here uses Lazarus? I tried this week and i think its a great
>> IDE, quite easy to use...
>>
>> Greetings,
>> Damian
>
> Has anyone developed a program that converts Delphi components into
> Lazarus components?

There are some helper functions in Lazarus itself. But in general this kind
of stuff is hard. Not just with Lazarus, but for different Delphi versions
too (think Kylix, Tiburon etc)

Specially if you want to have them not only under Lazarus/win32, but on all
targets. The rules to make them really portable can't be automated.

> This is the only drawback I have in switching from D4 to Lazarus. Too many
> good components written for Delphi.

Most are easily converted. A lot of them are already. Getting new components
for D4 can't be a picknick either, since most vendors/projects support D7 up
only.

Anyway, any specific components you want? Maybe they are already ported, or
updated by the vendor?

anonymous

unread,
Aug 23, 2009, 1:16:54 PM8/23/09
to

Thanks, but none that I can just use in D4. Actually there are quite
a bit of components still out there for D3/4. Most on Torry and Poland.
I am not into writing freeware anymore as I use to be. I had some
people unjustly gang up on me in a news group, so I took down all
of my freeware (34 programs). Had some criticism before, but this time
it was so vicious that I decided it was time to get out of the freeware
business and concentrate on another hobby and projects.

--
Robert Novak:

Marco van de Voort

unread,
Sep 1, 2009, 9:16:16 AM9/1/09
to
On 2009-08-23, anonymous <an...@domain.invalid> wrote:
>> Most are easily converted. A lot of them are already. Getting new components
>> for D4 can't be a picknick either, since most vendors/projects support D7 up
>> only.
>>
>> Anyway, any specific components you want? Maybe they are already ported, or
>> updated by the vendor?
>
> Thanks, but none that I can just use in D4. Actually there are quite
> a bit of components still out there for D3/4.
> Most on Torry and Poland.
> I am not into writing freeware anymore as I use to be.

Not doing anything is always the easiest. But not always the best.

I wonder a bit what you actual question was then?

> I had some people unjustly gang up on me in a news group, so I took down
> all of my freeware (34 programs). Had some criticism before, but this time
> it was so vicious that I decided it was time to get out of the freeware
> business and concentrate on another hobby and projects.

Sorry to hear that.

0 new messages