Re: [lazarus] Production quality crosss platform applications

2008-01-29 Thread Lukas Gradl



Sergio Samayoa schrieb:

Hi.

Has someone already put into production lazarus applications which are cross
platform?

Regards.

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives



Yes. I've several apps developed entirely with Lazarus and in 
productional use by several customers.


At the moment I'm porting my application Framework (which is base for 
most of my application from D7 to Lazarus.


regards
Lukas

--


software security networks
Lukas Gradl lazarus#ssn.at
Eduard-Bodem-Gasse 9
A - 6020 Innsbruck
Tel: +43-720-300168-0
Fax: +43-512-341033-19


_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] Production quality crosss platform applications

2008-01-28 Thread Sergio Samayoa
Hi.

Has someone already put into production lazarus applications which are cross
platform?

Regards.

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Production quality crosss platform applications

2008-01-28 Thread Alexsander Rosa
BTW, is there a comparision chart for these?

- fpGUI http://wiki.freepascal.org/fpGUI
- MSEide  MSEgui http://wiki.freepascal.org/MSEide_%26_MSEgui
- Key Objects Library and Mirror Classes
Kithttp://wiki.freepascal.org/KOL-CE(KOL/MCK)

I think it's better to use one of them than play catch with multiple widget
sets.

2008/1/28, Graeme Geldenhuys [EMAIL PROTECTED]:

 On 28/01/2008, Sergio Samayoa [EMAIL PROTECTED] wrote:
  Has someone already put into production lazarus applications which are
 cross
  platform?

 Yup.  Master Maths has moved it flagship product from Delphi 7 to
 FPC/Lazarus.  We don't use the LCL, but we do use the Lazarus as our
 IDE.

 http://wiki.freepascal.org/Projects_using_Lazarus#Master_Maths


 Regards,
   - Graeme -


 ___
 fpGUI - a cross-platform Free Pascal GUI toolkit
 http://opensoft.homeip.net/fpgui/

 _
  To unsubscribe: mail [EMAIL PROTECTED] with
 unsubscribe as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives




-- 
Atenciosamente,

Alexsander da Rosa
Linux User #113925


Re: [lazarus] Production quality crosss platform applications

2008-01-28 Thread Marco Alvarado
I have a 2D/3D game engine that I've tested in Windows, Linux and DOS.
It works right, and probably will work right in other platforms as
well (i.e. Mac OS X). I'm not using the Lazarus form designer, but the
LCL works great from code.

Saludos!
-Marco


2008/1/28, Sergio Samayoa [EMAIL PROTECTED]:
 Hi.

 Has someone already put into production lazarus applications which are cross
 platform?

 Regards.

 _
  To unsubscribe: mail [EMAIL PROTECTED] with
 unsubscribe as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives


_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Production quality crosss platform applications

2008-01-28 Thread Graeme Geldenhuys
On 28/01/2008, Sergio Samayoa [EMAIL PROTECTED] wrote:
 Has someone already put into production lazarus applications which are cross
 platform?

Yup.  Master Maths has moved it flagship product from Delphi 7 to
FPC/Lazarus.  We don't use the LCL, but we do use the Lazarus as our
IDE.

http://wiki.freepascal.org/Projects_using_Lazarus#Master_Maths


Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Production quality crosss platform applications

2008-01-28 Thread Florian Klaempfl
Graeme Geldenhuys schrieb:
 I think it's better to use one of them than play catch with multiple widget
 sets.
 
 Myself and Giuliano agree, but this has been argued before, so I will
 not go into it again. ;-) The core lazarus developers have decided
 long ago that using native widgets is the way to go. 

They didn't decide this but they got lazarus core developers because
they wanted this ;) Don't forget fpGUI and Lazarus/LCL started at the
same time with exactly these different goals :)

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Production quality crosss platform applications

2008-01-28 Thread Graeme Geldenhuys
On 28/01/2008, Alexsander Rosa [EMAIL PROTECTED] wrote:
 BTW, is there a comparision chart for these?

 - fpGUI
 - MSEide  MSEgui
  - Key Objects Library and Mirror Classes Kit (KOL/MCK)

No I don't know of any such chart, sorry.


 I think it's better to use one of them than play catch with multiple widget
 sets.

Myself and Giuliano agree, but this has been argued before, so I will
not go into it again. ;-) The core lazarus developers have decided
long ago that using native widgets is the way to go. I didn't agree,
so started developing fpGUI.  Time permitting, I'll try and finish the
LCL-fpGUI widget set, which should then give a nice middle ground. But
for now, I'm only working on fpGUI to get it stable and feature
complete.


Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Production quality crosss platform applications

2008-01-28 Thread bobby

Graeme Geldenhuys wrote:

On 28/01/2008, Alexsander Rosa [EMAIL PROTECTED] wrote:
  

BTW, is there a comparision chart for these?

- fpGUI
- MSEide  MSEgui
 - Key Objects Library and Mirror Classes Kit (KOL/MCK)



No I don't know of any such chart, sorry.


  

I think it's better to use one of them than play catch with multiple widget
sets.



Myself and Giuliano agree, but this has been argued before, so I will
not go into it again. ;-) The core lazarus developers have decided
long ago that using native widgets is the way to go. I didn't agree,
so started developing fpGUI.  Time permitting, I'll try and finish the
LCL-fpGUI widget set, which should then give a nice middle ground. But
for now, I'm only working on fpGUI to get it stable and feature
complete.


Regards,
  - Graeme -
  

Graeme, you can't imagine how happy I would be if you do LCL-fpGUI.
GTK is too ugly for me, and I have other problems with GTK2, so 
LCL-fpGUI would be more than appreciated.


regards
bobby

_
To unsubscribe: mail [EMAIL PROTECTED] with
   unsubscribe as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Production quality crosss platform applications

2008-01-28 Thread ik
On Jan 28, 2008 7:13 PM, Sergio Samayoa [EMAIL PROTECTED] wrote:
 Hi.

 Has someone already put into production lazarus applications which are cross
 platform?

I have a small propriety application that works well in Linux and
Windows that I wrote using LNet and Lazarus that helps me to make
better tests for my Click to Call solution.


 Regards.


Ido
-- 
http://ik.homelinux.org/

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives


Re: [lazarus] Production quality crosss platform applications

2008-01-28 Thread Graeme Geldenhuys
On 28/01/2008, bobby [EMAIL PROTECTED] wrote:
 
 Graeme, you can't imagine how happy I would be if you do LCL-fpGUI.
 GTK is too ugly for me, and I have other problems with GTK2, so
 LCL-fpGUI would be more than appreciated.

All in due time... my paying job comes first though. :)  The other
thing is that I didn't want to start with LCL-fpGUI to early because
the class interfaces of fpGUI needs to stabilize first. It will be
counter productive to work on LCL-fpGUI and every week break it
because something in fpGUI changed. A bit of an exaggeration, but I
think you get the idea.


Regards,
  - Graeme -


___
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/

_
 To unsubscribe: mail [EMAIL PROTECTED] with
unsubscribe as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives