Board index » kylix » Re: what is a best platform to develop native Linux gui app?
|
Paul Nichols (TeamB)
kylix Developer |
|
Paul Nichols (TeamB)
kylix Developer |
Re: what is a best platform to develop native Linux gui app?2006-04-08 12:01:41 PM kylix0 FrankW wrote: QuoteHi, |
| FrankW
kylix Developer |
2006-04-09 07:15:26 AM
Re:Re: what is a best platform to develop native Linux gui app?
Hi,
I'd like to develop some linux apps using its native tools, which is a better option: 1) KDE with its KDeveloper? 2) GNome with its Glade? or any other options? |
| tony caduto
kylix Developer |
2006-04-09 10:40:59 AM
Re:Re: what is a best platform to develop native Linux gui app?
FrankW wrote:
QuoteHi, You could also use Lazarus. -- Tony Caduto AM Software Design Home of PG Lightning Admin for Postgresql www.amsoftwaredesign.com {smallsort} |
| Martin Schreiber
kylix Developer |
2006-04-10 02:57:00 PM
Re:Re: what is a best platform to develop native Linux gui app?
FrankW wrote:
QuoteHi, Martin |
| Dag Fjeld Edvardsen
kylix Developer |
2006-04-10 07:35:37 PM
Re:Re: what is a best platform to develop native Linux gui app?QuoteI'd like to develop some linux apps using its native tools, which is a tried the Object Pascal part, do not know if C++ is working). I used the tips from: www.theo.ch/kylix/suse10.html Regards, Dag |
| zeljko
kylix Developer |
2006-04-11 01:03:49 AM
Re:Re: what is a best platform to develop native Linux gui app?
"Dag Fjeld Edvardsen" <dfe who is located on byggforsk dot no>wrote:
QuoteNotice that Kylix 3 seems to be working perfectly in |
| Felipe Monteiro de Carvalho
kylix Developer |
2006-04-11 02:55:48 AM
Re:Re: what is a best platform to develop native Linux gui app?
FrankW wrote:
QuoteI'd like to develop some linux apps using its native tools, which is a Free Pascal. It aims to provide a Delphi Clone for Pascal and Object Pascal developers using the open source Free Pascal compiler. It can compile the same code on several architectures /operating systems and also compiles VCL-based apps. Lazarus website: www.lazarus.freepascal.org/ A screenshot of the IDE running a popular software created with Lazarus: sourceforge.net/project/screenshots.php Wikipedia article about Lazarus: en.wikipedia.org/wiki/Lazarus_%28software%29 Felipe |
| Sam Remek
kylix Developer |
2006-04-11 04:13:37 AM
Re:Re: what is a best platform to develop native Linux gui app?
Felipe Monteiro de Carvalho wrote:
QuoteFrankW wrote: party components if I have the source code? What about TeeChartPro or QuantumGrid? Or is it possible to get Intraweb running on it if I want to create webservers? Or is there a better alternative to building webservers on Lazarus? Is there anyone building commercial applications with Lazarus? TIA Sam |
| Dag Fjeld Edvardsen
kylix Developer |
2006-04-11 04:23:33 AM
Re:Re: what is a best platform to develop native Linux gui app?Quote>Notice that Kylix 3 seems to be working perfectly in |
| theo
kylix Developer |
2006-04-11 05:18:36 AM
Re:Re: what is a best platform to develop native Linux gui app?QuoteFelipe, in most cases. And even then you'll miss some vital features. You may have better luck with non visual components, which FPC (which Lazarus is based on) will compile quite nicely with little adjustments. |
| Marco van de Voort
kylix Developer |
2006-04-11 08:56:01 PM
Re:Re: what is a best platform to develop native Linux gui app?
On 2006-04-10, Sam Remek < XXXX@XXXXX.COM >wrote:
QuotePMFJI, Lazarus sounds interesting, but will it compile any/most/all 3rd QuoteOr is there a better alternative to building QuoteIs there anyone building commercial applications with Lazarus? |
| haword
kylix Developer |
2006-04-12 02:19:41 AM
Re:Re: what is a best platform to develop native Linux gui app?QuoteMSEide+MSEgui |
| Felipe Monteiro de Carvalho
kylix Developer |
2006-04-12 08:26:02 PM
Re:Re: what is a best platform to develop native Linux gui app?
theo wrote:
QuoteLazarus is a great Project, but it isn't a perfect Delphi/Kylix replacement. on Windows and with Lazarus on the rest of the platforms =) Also Lazarus is far superior to Kylix. To start with it works on all distros without tricks, is still being developed, compiles VCL code, as opposed to having to rewrite VCL software (which is the majority) in CLX. And if your source works on Lazarus, there is a good chance it works without modifications on many targets Kylix will never reach. Just to start: All BSDs, Mac OS X, Windows CE, Solaris. Also you can choose your widgetset on Unixes. Gtk, Gtk2 or Qt. With the same source you can link to any of them =) QuotePorting Delphi/Kylix visual components to Lazarus takes a major rewrite as a non-visual component needs. Felipe |
| tony caduto
kylix Developer |
2006-04-13 01:37:54 AM
Re:Re: what is a best platform to develop native Linux gui app?
Marco van de Voort wrote:
Quote>Or is there a better alternative to building -- Tony Caduto AM Software Design Home of PG Lightning Admin for Postgresql www.amsoftwaredesign.com |
| Mat Ballard
kylix Developer |
2006-04-13 07:48:38 AM
Re:Re: what is a best platform to develop native Linux gui app?
Felipe Monteiro de Carvalho wrote:
Quote... Lazarus ... In that way you could develop your app on Windoze, then "Parse" it to create a DFM-less project. I originally did this to aid component development - you can get into all sorts of interesting trouble by placing an experimental component on a form. But it seems to me that such a program may be quite useful in porting from Delphi to Lazarus. What do you reckon ? cheers, Mat |
