Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
02-01-2005, 08:16 AM
|
#1
|
Member
Registered: Oct 2004
Location: death valley
Distribution: fedora
Posts: 36
Rep:
|
VC++ Equivalent on FC3????
Hey people, I am currently working on a project for the WIN32 platform, and I am using VC++ 6.0 for the development. I was curious if there is any such rapid GUI building IDE, resembling it, available in the Linux ditribution FC3? If there is, then please let me know coz I will be more than happy to work with it.
|
|
|
02-01-2005, 10:56 AM
|
#2
|
Member
Registered: Jan 2005
Distribution: Solaris, Linux Fedora Core 6
Posts: 170
Rep:
|
Re: VC++ Equivalent on FC3????
Quote:
Originally posted by ur-unholyness
Hey people, I am currently working on a project for the WIN32 platform, and I am using VC++ 6.0 for the development. I was curious if there is any such rapid GUI building IDE, resembling it, available in the Linux ditribution FC3? If there is, then please let me know coz I will be more than happy to work with it.
|
You might like kylix3 from Borland (free download for non-commercial use) or qt3.
But for cross-platform development you might want to look into 'mono'. I have compiled .net exe files on windows that run just fine on Linux mono. (It feels strange typing './hello.exe' on Linux on a file I created on windows and read "Hello, world" on my screen.) It also has its own full C# compiler which creates executables that run on windows. It has a development IDE but it is still primitive. The problem -- it just isn't quite ready for prime time yet. Console applications are fine. Some windows dialog boxes work, some don't. All the pieces are not there yet, but keep checking its progress.
|
|
|
02-01-2005, 02:53 PM
|
#3
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
For programming in C/C++ you have libraries Qt and Gtk (two most popular). They have their own tools to draw windows etc. The programs are Qt Designer and Glade. They're integrated into editors (developing environments). Qt Designer is easily accessible from KDevelop and Glade from Anjuta. Note that thay're not RAD, through. But make the development fast.
|
|
|
02-01-2005, 03:02 PM
|
#4
|
Member
Registered: Oct 2004
Location: death valley
Distribution: fedora
Posts: 36
Original Poster
Rep:
|
thanx for the reply.
Actually, what I meant to ask was if there is any such rapid development IDE for develooping Linux softwares, like we have our good old GCC, which is for console applications, but I wish to develop applications for the GUI part of Linux, and I wish to do it as easily as with VC++ and VB for windows. So can I expect something?
|
|
|
02-07-2005, 05:50 PM
|
#5
|
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696
|
Don't know what VC++ and VB offer, don't use Windows. Linux GUI is based on Qt or GTK, so you probably need to choose one of those and their tools (you don't need to draw windows writing lots of code - tools generate it for you).
|
|
|
02-07-2005, 06:05 PM
|
#6
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
Quote:
Originally posted by ur-unholyness
thanx for the reply.
Actually, what I meant to ask was if there is any such rapid development IDE for develooping Linux softwares, like we have our good old GCC, which is for console applications, but I wish to develop applications for the GUI part of Linux, and I wish to do it as easily as with VC++ and VB for windows. So can I expect something?
|
And as wpn146 pointed out:
for commercial-strength RAD there's Kylix ...
http://www.borland.com/kylix/
Beats VC/VB hands down :)
Cheers,
Tink
|
|
|
02-07-2005, 06:41 PM
|
#7
|
LQ Guru
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
QT designer is a lot like kylix/delphi, but is C++ based, whereas Kylix is Delphi/Pascal based.
KDE is built on the QT libraries and KDevelop is another IDE you could use. They both use gcc/g++ in the background but offer there own frameworks.
Trolltec, the company behind the QT library, has published a book called "C++ GUI Programming with Qt3" which I picked up at Barnes & Nobels. http://www.phptr.com/press/press_rel...asp?promo=1111
Both the KDE and QT frameworks have volumes of detailed documentation that comes with any distribution of Linux.
|
|
|
02-07-2005, 06:54 PM
|
#8
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
Kylix does both C++ AND Pascal ... ;)
Cheers,
Tink
|
|
|
02-07-2005, 11:08 PM
|
#9
|
Senior Member
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802
Rep:
|
Try here:
http://www.tldp.org/linuxfocus/Engli...ticle277.shtml
There are a number of basics given a cursory review. Some are very close to visual basic in functionality.
|
|
|
All times are GMT -5. The time now is 09:00 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|