Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Newbie question
Newbie question [message #144386] Sun, 01 May 2005 15:35 Go to next message
Eclipse UserFriend
Originally posted by: btabenkin.verizon.net

This is a real novice question, but is it realistic to now do windows
developemnt with CDT? I use Visual C++ with Make files? What would be
the idiot steps to get this working? Would I need to move over to GCC
to make any real progress?
Re: Newbie question [message #144502 is a reply to message #144386] Mon, 02 May 2005 18:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ebasconp.gmail.com

The natural path you should follow to do Windows development using CDT is:

* Install CDT and Eclipse (quite obvious)
* Install Mingw32 (it is the GNU C++ compiler + the w32api header files
needed to write native Windows applications using g++) http://www.mingw.org
* Learn to use the gcc make tool. Eclipse allows to do "managed c++
projects" (creates automatically makefiles), but you do not have all the
control that you have writing your own makefiles.
* Learn to use a gcc compatible user interface like QT or wxWidgets, because
the Microsoft Foundation Classes cannot be compiled using mingw and to write
GUI applications using the Win32 SDK is a nightmare.

Best regards


Ernesto



"BT" <btabenkin@verizon.net> wrote in message
news:d53bbb$mju$1@news.eclipse.org...
> This is a real novice question, but is it realistic to now do windows
> developemnt with CDT? I use Visual C++ with Make files? What would be
> the idiot steps to get this working? Would I need to move over to GCC
> to make any real progress?
Re: Newbie question [message #144519 is a reply to message #144502] Mon, 02 May 2005 23:30 Go to previous message
Eclipse UserFriend
Originally posted by: btabenkin.verizon.net

Ernesto,

Thanks, we could probbaly get there. I read somewhere that MS was
realeaisng command ling compiler and debugger for free. Is there any
effort to do tool chains to support them?
ernesto bascón wrote:
> The natural path you should follow to do Windows development using CDT is:
>
> * Install CDT and Eclipse (quite obvious)
> * Install Mingw32 (it is the GNU C++ compiler + the w32api header files
> needed to write native Windows applications using g++) http://www.mingw.org
> * Learn to use the gcc make tool. Eclipse allows to do "managed c++
> projects" (creates automatically makefiles), but you do not have all the
> control that you have writing your own makefiles.
> * Learn to use a gcc compatible user interface like QT or wxWidgets, because
> the Microsoft Foundation Classes cannot be compiled using mingw and to write
> GUI applications using the Win32 SDK is a nightmare.
>
> Best regards
>
>
> Ernesto
>
>
>
> "BT" <btabenkin@verizon.net> wrote in message
> news:d53bbb$mju$1@news.eclipse.org...
>
>>This is a real novice question, but is it realistic to now do windows
>>developemnt with CDT? I use Visual C++ with Make files? What would be
>>the idiot steps to get this working? Would I need to move over to GCC
>>to make any real progress?
>
>
>
Previous Topic:MSys (CYGWIN?), CDT and ECLIPSE
Next Topic:Write my own ErrorParser
Goto Forum:
  


Current Time: Fri Jul 18 06:15:51 EDT 2025

Powered by FUDForum. Page generated in 0.05691 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top