Application Builder (like Borland C++Builder) for LINUX ?

Application Builder (like Borland C++Builder) for LINUX ?

Post by Eric » Tue, 24 Aug 1999 04:00:00



Please,

Can you tel me what is the best application builder for X whith KDE or GNOME
that run like Borland C++ Builder and where found it ?

Thanks, A new Linux User.

 
 
 

Application Builder (like Borland C++Builder) for LINUX ?

Post by Brett Hal » Tue, 24 Aug 1999 04:00:00



> Please,

> Can you tel me what is the best application builder for X whith KDE or GNOME
> that run like Borland C++ Builder and where found it ?

For Gnome/Gtk+ you could use glade, its a graphical GUI builder (ie drag and
drop components to make your GUI, edit some properties and then it will
generate a skeleton program for you).  If you're using C++ you might want to
check out glade-- also (generates GTK-- code instead of GTK+ code). There
should be a link to both at http://www.gtk.org or you could find them at
http://freshmeat.net.
-brett

 
 
 

Application Builder (like Borland C++Builder) for LINUX ?

Post by Aaron Mitchel » Wed, 25 Aug 1999 04:00:00



Quote:> Please,

> Can you tel me what is the best application builder for X whith KDE or
GNOME
> that run like Borland C++ Builder and where found it ?

> Thanks, A new Linux User.

The new version of KDevelop might be what you're after for developing for
KDE or using Qt.  You  can find more about it at http://www.kdevelop.org

Aaron