LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 02-01-2005, 08:16 AM   #1
ur-unholyness
Member
 
Registered: Oct 2004
Location: death valley
Distribution: fedora
Posts: 36

Rep: Reputation: 15
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.
 
Old 02-01-2005, 10:56 AM   #2
wpn146
Member
 
Registered: Jan 2005
Distribution: Solaris, Linux Fedora Core 6
Posts: 170

Rep: Reputation: 30
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.
 
Old 02-01-2005, 02:53 PM   #3
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
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.
 
Old 02-01-2005, 03:02 PM   #4
ur-unholyness
Member
 
Registered: Oct 2004
Location: death valley
Distribution: fedora
Posts: 36

Original Poster
Rep: Reputation: 15
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?
 
Old 02-07-2005, 05:50 PM   #5
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
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).
 
Old 02-07-2005, 06:05 PM   #6
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
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
 
Old 02-07-2005, 06:41 PM   #7
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
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.
 
Old 02-07-2005, 06:54 PM   #8
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Kylix does both C++ AND Pascal ... ;)


Cheers,
Tink
 
Old 02-07-2005, 11:08 PM   #9
JaseP
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: Reputation: 157Reputation: 157
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.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
DISCUSSION: DMA with FC3 on a GA-8TRS350MT motherboard with a custom 2.6.12 kernel - FC3 DVD playbac rylan76 LinuxAnswers Discussion 0 08-21-2005 06:18 PM
FC3 xorg-x11.6.8.2 fc3 rpm critical fault gregreenwood Linux - Software 0 05-17-2005 03:18 PM
(FC3) ATI FGLRX Drivers work for months,FC3 update, stop working genixpro Linux - Hardware 2 04-23-2005 10:01 PM
IS there a PLF (or similar) repository equivalent for FC3? dcdbutler Linux - Software 0 02-09-2005 06:47 PM
equivalent to c? codename000 Programming 3 04-03-2003 12:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration