BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Portable GUI
Goto page 1, 2  Next
 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (Non-Technical)
View previous topic :: View next topic  
Author Message
Guest






PostPosted: Sun Mar 13, 2005 1:00 pm    Post subject: Portable GUI Reply with quote



Unfortunatelly Kylix was a fiasco and therefore the VCX.
Is there a portable GUI (VCL look alike) that can be used both in BCB 6 and
in Linux gcc?


Back to top
Ross
Guest





PostPosted: Mon Mar 14, 2005 3:23 am    Post subject: Re: Portable GUI Reply with quote



Harry wrote:
Quote:
Unfortunatelly Kylix was a fiasco and therefore the VCX.
Is there a portable GUI (VCL look alike) that can be used both in BCB 6 and
in Linux gcc?



wxWidgets is a portable libary for GUI creation. Have look at:
1) GUI lib and compiler @ http://wxdsgn.sourceforge.net/
2) GUI lib @ http://www.wxwidgets.org/

Back to top
Ron Sawyer
Guest





PostPosted: Mon Mar 14, 2005 3:04 pm    Post subject: Re: Portable GUI Reply with quote



In what way was Kylix a fiasco? I haven't used it and am curious.

<Harry> wrote

Quote:
Unfortunatelly Kylix was a fiasco and therefore the VCX.
Is there a portable GUI (VCL look alike) that can be used both in BCB 6
and
in Linux gcc?





Back to top
Guest






PostPosted: Tue Mar 15, 2005 1:27 am    Post subject: Re: Portable GUI Reply with quote


I would say Kylix is as good as C++ Builder. Neither of them has Borland
support anymore!...
If you still beleive Borland, the C++ Builder will be revised in Delphi IDE
some time in (near?) future. (This issue is still "active" for last X
years.)
Kylix was a bit more unlucky; its problems were started at installation.
It's installation problems never been solved officially, but thanks to 3rd
party volunteers who published some patch utilities to fix it partially.
Kylix performance (compared to zillions of other open source freeware tools
for Linux) was not good.
As a Borland user for very long time, I do remember that it was really
exiciting moments when Borland was annunced their intention for Kylix. Since
than Borland is on a very stable declining path to make its old users (I
suspect if they have any new user) unhappy. I beleive Borland needs a
serious change in its top levels. I do miss good old days of Borland with
Phillippe Kahn.




Quote:
In what way was Kylix a fiasco? I haven't used it and am curious.

Unfortunatelly Kylix was a fiasco and therefore the VCX.
Is there a portable GUI (VCL look alike) that can be used both in BCB 6
and
in Linux gcc?







Back to top
Marian Krivos
Guest





PostPosted: Thu Mar 17, 2005 1:12 pm    Post subject: Re: Portable GUI Reply with quote

Harry wrote:
Quote:
Unfortunatelly Kylix was a fiasco and therefore the VCX.
Is there a portable GUI (VCL look alike) that can be used both in BCB 6 and
in Linux gcc?


OpenGUI - www.tutok.sk/fastgl


Back to top
Ed Mulroy [TeamB]
Guest





PostPosted: Thu Mar 17, 2005 5:50 pm    Post subject: Re: Portable GUI Reply with quote

Is that available in a Windows version? (a version that works with
Windows and does not need CGWIN)

.. Ed

Quote:
Marian Krivos wrote in message
news:4239822d (AT) newsgroups (DOT) borland.com...

OpenGUI - www.tutok.sk/fastgl



Back to top
mr_organic
Guest





PostPosted: Thu Mar 17, 2005 6:17 pm    Post subject: Re: Portable GUI Reply with quote

"Ed Mulroy [TeamB]" <dont_email_me (AT) invalid (DOT) com> wrote in news:4239c369
@newsgroups.borland.com:

Quote:
Is that available in a Windows version? (a version that works with
Windows and does not need CGWIN)

. Ed

Marian Krivos wrote in message
news:4239822d (AT) newsgroups (DOT) borland.com...

OpenGUI - www.tutok.sk/fastgl




A better cross-platform option is wxWidgets ([url]http://www.wxwidgets.org)[/url].
It's somewhat MFC-ish in design, but it works on X Window, Mac OS X, and
Windows, and it's actively maintained by a large group of people. Quite a
few open-source and even commercial products use it. It even has bindings
for other languages like Perl and Python.

mr_organic

Back to top
Peter Agricola
Guest





PostPosted: Thu Mar 17, 2005 6:19 pm    Post subject: Re: Portable GUI Reply with quote


"Ed Mulroy [TeamB]" <dont_email_me (AT) invalid (DOT) com> schreef in bericht
news:4239c369 (AT) newsgroups (DOT) borland.com...
Quote:
Is that available in a Windows version? (a version that works with
Windows and does not need CGWIN)

http://www.tutok.sk/fastgl/INSTALL.html

See "Borland C++ support" section.


Peter



Back to top
Ed Mulroy [TeamB]
Guest





PostPosted: Thu Mar 17, 2005 7:36 pm    Post subject: Re: Portable GUI Reply with quote

Thanks for the heads up.

Does it work with Windows and Borland products or do you have to use
things like Cgwin or gnu make?

.. Ed

Quote:
mr_organic wrote in message
news:4239c9c2$1 (AT) newsgroups (DOT) borland.com...

A better cross-platform option is wxWidgets
([url]http://www.wxwidgets.org)[/url].
It's somewhat MFC-ish in design, but it works on X Window, Mac OS X,
and
Windows, and it's actively maintained by a large group of people.
Quite a
few open-source and even commercial products use it. It even has
bindings
for other languages like Perl and Python.



Back to top
mr_organic
Guest





PostPosted: Thu Mar 17, 2005 7:58 pm    Post subject: Re: Portable GUI Reply with quote

"Ed Mulroy [TeamB]" <dont_email_me (AT) invalid (DOT) com> wrote in news:4239dc50$1
@newsgroups.borland.com:

Quote:
Thanks for the heads up.

Does it work with Windows and Borland products or do you have to use
things like Cgwin or gnu make?

. Ed


It's got makefiles for Borland C++, Visual C++, GNU, Mac OS X, and
CodeWarrior. The Borland makefiles were a little stale in the newest build
tree, but the production makefiles worked fine for me.

mr_organic

Back to top
Ed Mulroy [TeamB]
Guest





PostPosted: Thu Mar 17, 2005 11:18 pm    Post subject: Re: Portable GUI Reply with quote

That's good news.

Quote:
The Borland makefiles were a little stale ...

Not really bad news. Of all the problems I could have with it, a
stale make file is something I think I can handle. <g>

.. Ed

Quote:
mr_organic wrote in message
news:4239e17b$1 (AT) newsgroups (DOT) borland.com...

It's got makefiles for Borland C++, Visual C++, GNU, Mac OS X, and
CodeWarrior. The Borland makefiles were a little stale in the newest
build
tree, but the production makefiles worked fine for me.



Back to top
Michael McCulloch
Guest





PostPosted: Fri Mar 18, 2005 5:23 pm    Post subject: Re: Portable GUI Reply with quote

On Mon, 14 Mar 2005 14:23:07 +1100, Ross <not (AT) home (DOT) com> wrote:

Quote:
wxWidgets is a portable libary for GUI creation. Have look at:
1) GUI lib and compiler @ http://wxdsgn.sourceforge.net/

I've been following the wxDesigner progress over the last year or so
and it is starting to look very promising. I'm actually considering
producing a couple of production-level apps with it.

I have yet to try to create my own custom components and don't know
how easily this can be done in either wxWidgets or wxDesigner.
Obviously it should integrate well with most any C++ class not tied to
the GUI.

Lightweight GUI component creation is the key feature that keeps me
coming back to the Borland products.

---
Michael McCulloch

Back to top
Ross
Guest





PostPosted: Sat Mar 19, 2005 9:55 pm    Post subject: Re: Portable GUI Reply with quote

Check out http://wxdsgn.sourceforge.net/
This is what CBX might have been!

Ed Mulroy [TeamB] wrote:
Quote:
That's good news.


The Borland makefiles were a little stale ...


Not really bad news. Of all the problems I could have with it, a
stale make file is something I think I can handle.
. Ed


mr_organic wrote in message
news:4239e17b$1 (AT) newsgroups (DOT) borland.com...

It's got makefiles for Borland C++, Visual C++, GNU, Mac OS X, and
CodeWarrior. The Borland makefiles were a little stale in the newest
build
tree, but the production makefiles worked fine for me.




Back to top
Ed Mulroy [TeamB]
Guest





PostPosted: Sun Mar 20, 2005 1:25 pm    Post subject: Re: Portable GUI Reply with quote

Quote:
This is what CBX might have been! ...

Thankfully they at least kept it away from that fate, a piece of
software dependent upon mingw.

.. Ed

Quote:
Ross wrote in message
news:423c9eab (AT) newsgroups (DOT) borland.com...

Check out http://wxdsgn.sourceforge.net/
This is what CBX might have been!



Back to top
Ross
Guest





PostPosted: Mon Mar 21, 2005 12:54 am    Post subject: Re: Portable GUI Reply with quote

Kept what away, from what fate?

Oh you mean being kept away from a RAD C++ IDE that works! Yes I'm glad
we were saved from that fate!! How much better it is to "pay" for a
defuct piece of software.

If you dont like mingw fine, use VC instead.
http://wxdsgn.sourceforge.net/tutorial/wx-vc2003.htm

I never took you guys as being blinkered but clearly its worse, you've
got your eyes closed.



Ed Mulroy [TeamB] wrote:
Quote:
This is what CBX might have been! ...


Thankfully they at least kept it away from that fate, a piece of
software dependent upon mingw.

. Ed


Ross wrote in message
news:423c9eab (AT) newsgroups (DOT) borland.com...

Check out http://wxdsgn.sourceforge.net/
This is what CBX might have been!




Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> C++ Builder (Non-Technical) All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.