Thread overview
idde
Apr 14, 2001
David
Apr 14, 2001
Walter
Apr 15, 2001
David
Apr 15, 2001
Walter
Apr 15, 2001
Jan Knepper
Apr 16, 2001
Rajiv Bhagwat
Apr 17, 2001
Kar Gay Lim
May 31, 2001
Mark Evans
April 14, 2001
Is there any idde i can use with this compiler? If so, can you give me the configurations i would need. Thanks!


April 14, 2001
Yes, but we haven't got the CD put together yet. Please be patient!

David wrote in message <9b8dge$fc8$1@digitaldaemon.com>...
>Is there any idde i can use with this compiler? If so, can you give me the configurations i would need. Thanks!
>
>


April 15, 2001
Ok, for the time being, should I just use Mingw? I really need an ide to do
any real work.
Walter <walter@digitalmars.com> wrote in message
news:9b8f3p$g8p$1@digitaldaemon.com...
> Yes, but we haven't got the CD put together yet. Please be patient!
>
> David wrote in message <9b8dge$fc8$1@digitaldaemon.com>...
> >Is there any idde i can use with this compiler? If so, can you give me
the
> >configurations i would need. Thanks!
> >
> >
>
>


April 15, 2001
I have never heard of mingw, but if it works, great!

David wrote in message <9bbctv$22lm$1@digitaldaemon.com>...
>Ok, for the time being, should I just use Mingw? I really need an ide to do
>any real work.
>Walter <walter@digitalmars.com> wrote in message
>news:9b8f3p$g8p$1@digitaldaemon.com...
>> Yes, but we haven't got the CD put together yet. Please be patient!
>>
>> David wrote in message <9b8dge$fc8$1@digitaldaemon.com>...
>> >Is there any idde i can use with this compiler? If so, can you give me
>the
>> >configurations i would need. Thanks!
>> >
>> >
>>
>>
>
>


April 15, 2001
David wrote:

> Ok, for the time being, should I just use Mingw? I really need an ide to do any real work.

Why would you really need an IDE to do any real work???
A professional Editor and a makefile work very well as well.

Don't worry, be Kneppie!
Jan


April 16, 2001
He probably means Dev C++ from www.bloodshed.net which uses the mingw compiler. This is an OK IDE, the compiler does not compile its own generated sample windows app ;) though.

David, at times I have used M$ ide with SC compiler (particulary for testing
portability) by creating a batch file for compiling and assigning it to a
'tool'. But I whole-heartedly agree with Jan that for doing 'real' work,
just a good editor and the makefile is sufficient.
-Rajiv


Jan Knepper <jan@smartsoft.cc> wrote in message news:3AD9CB9D.5E5D83C7@smartsoft.cc...
> David wrote:
>
> > Ok, for the time being, should I just use Mingw? I really need an ide to
do
> > any real work.
>
> Why would you really need an IDE to do any real work???
> A professional Editor and a makefile work very well as well.
>
> Don't worry, be Kneppie!
> Jan
>
>


April 17, 2001
Not only that, if you have a few programs in the same project, Makefile
is "easier" to control than using IDDE with subprojects within subprojects.

Rajiv Bhagwat <dataflow@vsnl.com> wrote in message news:9beulh$134t$1@digitaldaemon.com...
> He probably means Dev C++ from www.bloodshed.net which uses the mingw compiler. This is an OK IDE, the compiler does not compile its own generated sample windows app ;) though.
>
> David, at times I have used M$ ide with SC compiler (particulary for testing
> portability) by creating a batch file for compiling and assigning it to a
> 'tool'. But I whole-heartedly agree with Jan that for doing 'real' work,
> just a good editor and the makefile is sufficient.
> -Rajiv
>
>
> Jan Knepper <jan@smartsoft.cc> wrote in message news:3AD9CB9D.5E5D83C7@smartsoft.cc...
> > David wrote:
> >
> > > Ok, for the time being, should I just use Mingw? I really need an ide to
> do
> > > any real work.
> >
> > Why would you really need an IDE to do any real work???
> > A professional Editor and a makefile work very well as well.
> >
> > Don't worry, be Kneppie!
> > Jan
> >
> >
>
>


May 31, 2001
The thing about an IDE is not so much that it builds the project, but that it debugs the result.  Text editors will not step through code during execution like an IDE debugger.  To me that is what an IDE really brings to the table.

Mark


On Mon, 16 Apr 2001 19:38:27 +0530, "Rajiv Bhagwat" <dataflow@vsnl.com> wrote:
> He probably means Dev C++ from www.bloodshed.net which uses the mingw compiler. This is an OK IDE, the compiler does not compile its own generated sample windows app ;) though.
> 
> David, at times I have used M$ ide with SC compiler (particulary for testing
> portability) by creating a batch file for compiling and assigning it to a
> 'tool'. But I whole-heartedly agree with Jan that for doing 'real' work,
> just a good editor and the makefile is sufficient.
> -Rajiv
> 
> 
> Jan Knepper <jan@smartsoft.cc> wrote in message news:3AD9CB9D.5E5D83C7@smartsoft.cc...
> > David wrote:
> >
> > > Ok, for the time being, should I just use Mingw? I really need an ide to
> do
> > > any real work.
> >
> > Why would you really need an IDE to do any real work???
> > A professional Editor and a makefile work very well as well.
> >
> > Don't worry, be Kneppie!
> > Jan
> >
> >
> 
>