[fpc-pascal]Re: Spam: just to let you know
Michael A. Hess
mhess at miraclec.com
Sun May 19 17:44:19 CEST 2002
Johann Glaser wrote:
>
>
> regarding Lazarus <-> GTKpas: Lazarus aims to build a Delphi like
> programming environment with all the objects, structures, ... introduced
> by Borland. GTKpas in contrast wants to be a GTK-like GTK wrapper
> utilizing the great OOP capabilities of FPC in conjunction with the GTK
> objects.
The similarity is that we also must write this GTK wrapper inside of
Lazarus. We also have tied the OOP of FPC directly to the GTK objects.
The one difference is that our wrapper design is such that we can tie in
different API sets and the FPC objects won't know the difference as to
which API it is using. It is just linked with a different wrapper.
Our higher level code of the LCL is attempting to be as Delphi like as
possible but the GTK Interface code is exactly what you are doing.
This is the reason Satan wrote and mentioned that it appears to be
duplicate effort.
--
==== Programming my first best destiny! ====
Michael A. Hess Miracle Concepts, Inc.
mhess at miraclec.com http://www.miraclec.com
More information about the fpc-pascal
mailing list