Linked by Thom Holwerda on Sat 25th Feb 2006 19:38 UTC, submitted by Mitarai
Mono Project "If you are interested in developing with Mono using Visual Studio, there are a number of tools that Francisco Martinez has developed to make your experience smoother. He created a few screencasts and a general introduction on his blog."
Order by: Score:
hurrah
by SEJeff on Sat 25th Feb 2006 20:36 UTC
SEJeff
Member since:
2005-11-05

Visual Studio is one of MS's best applications. As far as an IDE goes, it is one of the best on the market. Thats why (in most non-java shops), it is the defacto IDE.

Being able to develop mono applications under Visual Studio is a huge win for the mono team. Developers unsure about the whole Linux/mono thing can "get their feet wet" while still using the tools they love (Visual Studio).

I'm still waiting to see a Windows Port of Mono-Develop
http://monodevelop.org/Main_Page

Reply Score: 5

RE: hurrah
by Rapsey on Sat 25th Feb 2006 20:46 UTC in reply to "hurrah"
Rapsey Member since:
2005-08-08

you can use sharpdevelop for windows.

Reply Score: 1

RE[2]: hurrah
by Kroc on Sat 25th Feb 2006 22:02 UTC in reply to "RE: hurrah"
Kroc Member since:
2005-11-10

You can also use Visual Studio. Just because it's not OSS, that doesn't mean it isn't a valid choice.

sharpdevelop is not nearly as fully featured, although I'm very glad it does exist, it is well written and an exlempary piece of FOSS, that other IDEs should follow closely.

Reply Score: 1

RE[3]: hurrah
by jeremywc on Sun 26th Feb 2006 03:00 UTC in reply to "RE[2]: hurrah"
jeremywc Member since:
2005-08-02

Yes, but the price of SharpDevelop is significantly lower than Visual Studio. ;)

Reply Score: 1

RE[4]: hurrah
by MightyPenguin on Mon 27th Feb 2006 15:42 UTC in reply to "RE[3]: hurrah"
MightyPenguin Member since:
2005-11-18

For at least a couple more months the MS Studio Express versions will be a free download. Fully functional for my needs.

Reply Score: 1

hack
by ahmetaa on Sat 25th Feb 2006 20:44 UTC
ahmetaa
Member since:
2005-07-06

"The next step would be to integrate this with a VMWare player with a OpenSUSE OS image to have all the Mono development tools and test applications directly from Visual Studio into the VMware image."

this attemps more look like ugly hacks. i guess this is one big minus for Mono, it is (and posibly will be) always treated like an orphan child when it comes to IDE and industry support. in my opinion, Java is lucky in this, most Java IDE's work in 4 OS'es almost idetically (Swing or SWT).
i think instead of this rather people may use X-develop which has all-right mono support (it is not free tough.)

Reply Score: 1

Nice
by Lumbergh on Sat 25th Feb 2006 20:45 UTC
Lumbergh
Member since:
2005-06-29

MonoDevelop doesn't cut it as a serious development environment (it never will for obvious reasons), but Mono is definitely attractive as a deployment target.

Reply Score: 3

It's about time
by jayson.knight on Sat 25th Feb 2006 21:18 UTC
jayson.knight
Member since:
2005-07-06

The bigger question is why it took so long for something like this to come out. This will officially seal MonoDevelop's fate, which is probably fine by most people as it's largely a piece of junk compared to other IDE's (especially Visual Studio). That's been a big reason why I haven't given Mono much consideration, but this definitely changes things. A language is all but useless without a good development environment to back it up.

Reply Score: 1

RE: It's about time
by TownDrunk on Sat 25th Feb 2006 21:25 UTC in reply to "It's about time"
TownDrunk Member since:
2005-11-28

[i]A language is all but useless without a good development environment to back it up.</>

Yea... C and C++ where useless when we had to use just vi or emacs and make.

Reply Score: 2

RE[2]: It's about time
by raboof on Sun 26th Feb 2006 14:14 UTC in reply to "RE: It's about time"
raboof Member since:
2005-07-24

A language is all but useless without a good development environment to back it up.

Yea... C and C++ where useless when we had to use just vi or emacs and make.


He did say "all but useless"... not sure if that's what he meant though ;)

Also, for some people vi/emacs and make is a "good development environment" ;)

Reply Score: 1

RE: It's about time
by Mitarai on Sat 25th Feb 2006 21:44 UTC in reply to "It's about time"
Mitarai Member since:
2005-07-28

In your logic Qt would died long time ago.

Reply Score: 1

RE: It's about time
by marpaco on Sat 25th Feb 2006 22:25 UTC in reply to "It's about time"
marpaco Member since:
2006-01-01

Actually, vsprj2make -- the Visual Studio Add-in -- has been available and in use by many developers for well over a year now ;)

Visual Studio .NET is very good as well as SharpDevelop. However, the availablility of these fine IDEs has not diminished the interest in MonoDevelop. In fact, I am also working on porting MonoDevelop to Windows, but even when available, I will continue to work on our Mono Add-in for Visual Studio, because the more the merrier ;)

My original proposal was first published back in June 2004, and I had a working prototype available a week later. You can read it here:

http://www.mfconsulting.com/product/prj2make-sharp/vsprj2make_Propo...

Reply Score: 1

RE: It's about time
by nzjrs on Sun 26th Feb 2006 03:35 UTC in reply to "It's about time"
nzjrs Member since:
2006-01-02

I am a user of MonoDevelop and find it great. I fail to see how this will seal its fate as Visual Studio does not run on linux.

Perhaps you meant to say "will seal monodevelops fate on windows" which by virtue of not being there, is largely sealed already.

Reply Score: 1

RE[2]: It's about time
by jayson.knight on Sun 26th Feb 2006 03:58 UTC in reply to "RE: It's about time"
jayson.knight Member since:
2005-07-06

From what I've read they're porting MonoDevelop to Windows very soon, but if there is a plug-in for VS that accomplishes the same thing then I really don't see the point of porting it. Of course choices are always nice, but virtually all professional Windows developers have VS installed which IMO is vastly superior to MonoDevelop. I'm not saying I don't like MD; it's not bad given how new it is...but the bigger point is that the VS add-in will make Mono a more compelling platform to code against for those of us more familiar with VS.

Reply Score: 1

RE[3]: It's about time
by segedunum on Sun 26th Feb 2006 14:15 UTC in reply to "RE[2]: It's about time"
segedunum Member since:
2005-07-06

From what I've read they're porting MonoDevelop to Windows very soon...

Errr, it's called SharpDevelop and it already runs on Windows. Doh!

Reply Score: 1

RE[2]: It's about time
by segedunum on Sun 26th Feb 2006 14:14 UTC in reply to "RE: It's about time"
segedunum Member since:
2005-07-06

Perhaps you meant to say "will seal monodevelops fate on windows" which by virtue of not being there, is largely sealed already.

MonoDevelop on Windows is SharpDevelop, and unfortunately there is no code sharing now between the two projects which pretty much seal MonoDevelop's fate on any platform really.

Reply Score: 1

IDEs are overrated
by Mystilleef on Sat 25th Feb 2006 21:46 UTC
Mystilleef
Member since:
2005-06-29

IDEs are overrated. The amount of time you spend fighting, configuring, installing extensions, reading manuals and dealing with their overloaded half backed components are obscene, and outweigh their benefits. Yes, they do everything, but they do nothing well.

Then you have a bunch of clueless unfortunate software houses whose entire business is locked to an IDE and its proprietary format. You'd be lucky if the compiler generated portable standard code. But their users don't care anyway. Most of them couldn't tell the difference between a compiler and a linker. "Look you can press this RUN button and your project automagically runs, awesome dude!"

Edited 2006-02-25 21:48

Reply Score: 1

RE: IDEs are overrated
by jayson.knight on Sat 25th Feb 2006 21:54 UTC in reply to "IDEs are overrated"
jayson.knight Member since:
2005-07-06

Yeah, the 30 minutes it takes me to install Visual Studio is a total pain in the ass. Oh wait, then there's the 5 minutes it takes to configure where I want the different windows and whatnot. Oh wait, the new version of VS has an export settings wizard, so that's 5 minutes saved!

If IDE's are overrated, then why do the majority of software developers use them? It must be that whole productivity boosting thing, but I guess that doesn't matter to some folks.

Reply Score: 4

RE[2]: IDEs are overrated
by Mystilleef on Sat 25th Feb 2006 22:06 UTC in reply to "RE: IDEs are overrated"
Mystilleef Member since:
2005-06-29

Approx. 40 minutes to get started with an IDE. And that's just the beginning. Talk about productivity boosting.

Reply Score: 1

RE[3]: IDEs are overrated
by sappyvcv on Sat 25th Feb 2006 22:31 UTC in reply to "RE[2]: IDEs are overrated"
sappyvcv Member since:
2005-07-06

30 minutes to install.

And yeah, that way more than 30 minutes the IDE will save you (ESPECIALLY when debugging).. yeah.. definitely not worth it..

Reply Score: 4

RE: IDEs are overrated
by Kroc on Sat 25th Feb 2006 22:20 UTC in reply to "IDEs are overrated"
Kroc Member since:
2005-11-10

you can press this RUN button and your project automagically runs, awesome dude!

I see nothing wrong with this. Would you rather flick 30 switches before starting your car up, or just twist the key? Compiler switches can easily be put in a dialog as tick and text boxes and seen only when wanted.

Reply Score: 1

RE: IDEs are overrated
by Lumbergh on Sat 25th Feb 2006 22:22 UTC in reply to "IDEs are overrated"
Lumbergh Member since:
2005-06-29

IDEs are overrated...

Another clueless post by someone who probably thinks he's hardcore with Vim.

You would, most likely, get fired for not using the proper, productivity-enhancing tools when programming in languages like C# or Java.

C and languages like Ruby are another story, but don't throw out the baby with the bathwater.

And I've never been locked into an IDE. If you were locked in you couldn't recompile on Mono.

Reply Score: 5

RE[2]: IDEs are overrated
by Mystilleef on Sat 25th Feb 2006 22:41 UTC in reply to "RE: IDEs are overrated"
Mystilleef Member since:
2005-06-29

Any business that fires you for not using an IDE is not worth working for. Productivity enhancing my ass. More like headache enhancing. You certainly have no experience importing/exporting "large" projects from one IDE to another. Ahem, it's quite "productive." No, I'm not talking about your silly 100 line school project.

Reply Score: 0

RE[3]: IDEs are overrated
by jayson.knight on Sat 25th Feb 2006 23:00 UTC in reply to "RE[2]: IDEs are overrated"
jayson.knight Member since:
2005-07-06

They wouldn't fire you for not using an IDE, they would fire you because your productivity levels compared to your teammates would be horrendous. Importing/exporting projects? What is this, the 1960's all of a sudden? That's what source control is for. But given your take on IDE's, you would probably prefer the project be on floppy and let each member of the team pass it around whenever they need to do some work on it.

Reply Score: 2

RE[4]: IDEs are overrated
by Mystilleef on Sat 25th Feb 2006 23:09 UTC in reply to "RE[3]: IDEs are overrated"
Mystilleef Member since:
2005-06-29

Unless we live in alternative universes, I don't believe source control is for exporting/importing projects. If your IDE tells you that, it has lied to you.

Reply Score: 1

v RE[4]: IDEs are overrated
by somebody on Sun 26th Feb 2006 14:25 UTC in reply to "RE[3]: IDEs are overrated"
RE[3]: IDEs are overrated
by Lumbergh on Sat 25th Feb 2006 23:46 UTC in reply to "RE[2]: IDEs are overrated"
Lumbergh Member since:
2005-06-29

Any business that fires you for not using an IDE is not worth working for. Productivity enhancing my ass.

And please tell your PHB that you're going to do that next project in Assembly. By the way, there are vi keybindings for VS, Eclipse, and IDEA. That's the only good thing about Vim (the keybindings).

Reply Score: 2

RE[4]: IDEs are overrated
by sappyvcv on Sun 26th Feb 2006 04:00 UTC in reply to "RE[3]: IDEs are overrated"
sappyvcv Member since:
2005-07-06

vi keybindings for VS? Got any links where I could find more info?

Reply Score: 1

RE[5]: IDEs are overrated
by Lumbergh on Sun 26th Feb 2006 04:42 UTC in reply to "RE[4]: IDEs are overrated"
Lumbergh Member since:
2005-06-29
RE[6]: IDEs are overrated
by sappyvcv on Sun 26th Feb 2006 05:09 UTC in reply to "RE[5]: IDEs are overrated"
sappyvcv Member since:
2005-07-06

Wow, thanks.

I've been saying to my friends for years that I wish Visual Studio had a vim-like mode. I knew that Visual Studio was extensible with plugins, but not this extensible. Sweet.

Reply Score: 1

Been trying it out....
by simo on Sat 25th Feb 2006 21:59 UTC
simo
Member since:
2006-01-09

I first looked at C# back when DotGNU Portable.NET and SharpDevelop was way ahead of Mono. It was awful then, I guess that was when VS.NET 7.1 (2003?) was released, which was way ahead of it.

I just tried Mono again, and MonoDevelop isn't much more than just a text editor like Kate, I mean it doesn't even integrate with Glade.

The C# language to me is awful, it's definitely one of those languages where you have to use an IDE as there would be just too much typing to be practical in a text editor (one of Java's problems too).

I don't think little hacks to allow Mono on *Windows* to work via VS is what we need, what we need is something like QtDesigner+Eclipse on *Linux*.

On a sidenote, I thought Windows.Forms support was ready in Mono? I couldn't even get a simple HelloWorld that I imported from VS2005 to run, although it imported and compiled without errors!

I'm sticking with my text editor and Perl/Python/C for now....

Reply Score: 1

The opposite it true
by snowflake on Sat 25th Feb 2006 22:47 UTC
snowflake
Member since:
2005-07-20

>IDEs are overrated. The amount of time you spend
>fighting, configuring, installing extensions, reading
>manuals and dealing with their overloaded half backed
>components are obscene, and outweigh their benefits.
>Yes, they do everything, but they do nothing well.

I couldn't imagine now going back to a simple text editor enviroment, all the time spent fighting, configuring, installing patches, reading manuals etc. No thanks!

Reply Score: 1

Python?
by snowflake on Sat 25th Feb 2006 22:49 UTC
snowflake
Member since:
2005-07-20

>The C# language to me is awful, it's definitely one of
>those languages where you have to use an IDE as there
>would be just too much typing to be practical in a text
>editor (one of Java's problems too).

Too much typing? Have you recently tried writing apps in C++?

I presume you use one of scripting languages, python perhaps?

Reply Score: 1

Not true
by snowflake on Sat 25th Feb 2006 22:53 UTC
snowflake
Member since:
2005-07-20

>Approx. 40 minutes to get started with an IDE. And
>that's just the beginning. Talk about productivity
>boosting.

And you think you can write NICE looking GUIs without an IDE? Sure you can use some sort of awful grid layout etc from your vi editor but prefessional apps need to look better. If you don't use an IDE for modern GUI development then I would say you're wasting a client's time and money. And I havn't even mentioned the productivity gains one gets from the debugging environment.

Reply Score: 2

RE: Not true
by Mystilleef on Sat 25th Feb 2006 23:04 UTC in reply to "Not true"
Mystilleef Member since:
2005-06-29

VIM/Emacs too are also retarded in the sense they are as much of a pain to use initially as the convoluted IDEs I've had the displeasure of using. GUI Builders are a big joke. Ever tried maintaining code generated by one? I guess not. Third party debuggers are available a dime a dozen. Almost all the IDEs I've used have broken, buggy or totally lame debuggers. If you had mentioned refactoring tools, then you'd have scored some points. But debuggers? Puleeasse! If you are using an IDE's GUI builder to develop your code, welcome to the world of lock in and non-portable code. They are as lame as code generators.

Reply Score: 0

RE[2]: Not true
by Lumbergh on Sat 25th Feb 2006 23:49 UTC in reply to "RE: Not true"
Lumbergh Member since:
2005-06-29

MyStillBeef, it's becoming more and more clear that you don't and never will do professional development. A GUI builder like Glade spits out XML (not source) and you just wire up your events.

Once again, you'd be fired for wasting everybody's time.

Reply Score: 1

v RE[3]: Not true
by Mystilleef on Sat 25th Feb 2006 23:55 UTC in reply to "RE[2]: Not true"
RE[4]: Not true
by Lumbergh on Sat 25th Feb 2006 23:59 UTC in reply to "RE[3]: Not true"
Lumbergh Member since:
2005-06-29

And it's become evident that you are a twat, glade and many GUI builders also generate source code, Mr Professional developer.

Not Glade3, and the preferred professional way was to always just call into the glade library and not generate the C code. Have fun in hobbyist land.

Reply Score: 1

RE[5]: Not true
by Mystilleef on Sun 26th Feb 2006 00:06 UTC in reply to "RE[4]: Not true"
Mystilleef Member since:
2005-06-29

Who uses Glade3? Is it even in beta yet? Oh the irony, Mr professional uses a GUI builder that isn't even production ready yet. Keep me entertained.

Reply Score: 0

RE[6]: Not true
by Lumbergh on Sun 26th Feb 2006 00:18 UTC in reply to "RE[5]: Not true"
Lumbergh Member since:
2005-06-29

This has nothing to do with Glade3 except to point out that everybody is moving away from generating source directly. I never said I used Glade3.

But you're not going to be able to weasel out by changing he subject. Everybody knows that generating source is lame (Glade2 only generated C...maybe C++ IIRC). All the other language bindings to Glade had no source code generated.

I know you're bitter because you're getting slapped around on this thread by everybody, but the days of people thinking you're hardcore because you use VI are over kid. But don't worry, nobody expects any kind of productivity or responsibility from you in hobbyist land.

Reply Score: 3

RE[7]: Not true
by Mystilleef on Sun 26th Feb 2006 00:37 UTC in reply to "RE[6]: Not true"
Mystilleef Member since:
2005-06-29

Dude, you could use a clue. First of all, nobody uses Glade3. I don't know any project that uses it. Sighting as an example exposed your cluelessness and out of touch with real word development. Secondly, many GUI builders that even generate xml/ini/{your_fav_data_structure} files produce almost incomprehensive and ridiculously obfuscated sources to the point that only the GUI builder used to generate the file can be used to edit it, hence the lock in. Go ahead, try using your XCode GUI files in CodeWarrior. Lastly, many many so called professional developers use GUI builders to generate raw code that other people have to maintain. Many of whom are not even real programmers, so they don't even have a clue what they are doing to begin with. I applaud you for making me laugh. ...Glade3...

Reply Score: 1

RE[6]: Not true
by somebody on Sun 26th Feb 2006 14:41 UTC in reply to "RE[5]: Not true"
somebody Member since:
2005-07-07

Who uses Glade3? Is it even in beta yet? Oh the irony, Mr professional uses a GUI builder that isn't even production ready yet. Keep me entertained.

It wouldn't matter if he would use it. XML spec that glade3 provides is stable, software that produces it isn't.

In translation. As long as missing or crashing features are in question for GUI builder, this doesn't invalidate his comment for a single bit. Ok, so it crashed, rerun and do it over again (or use another one that produces XML by same spec. Almost all GUI builders for GTK support glade XML). XML you produce will be as it should. And this is all that it matters.

p.s. he even specified not to produce source but xml.

Reply Score: 1

RE[7]: Not true
by Mystilleef on Sun 26th Feb 2006 16:22 UTC in reply to "RE[6]: Not true"
Mystilleef Member since:
2005-06-29

I don't know the XML spec Glade3 provides because quite frankly nobody uses it yet. I don't even know if Glade3 will be backward compatible with Glade2 and if it will finally support GTKUIManager. Today, we can't speculate on Glade3 until it is actually released, at least from my point of view.

Glade2 is what everybody uses. But Glade2 or 3 are not even the interesting technologies when it comes to XML generated UIs. libglade is. libglade is installed on almost every *nix OS. It's a standard. You don't need an IDE to generate libglade xml source. In fact, other GUI builders for *nix can interpret libglade xml files.

This is not the case with GUI Builders developed as part of an IDE, especially on other platforms like Windows. Each IDE usually comes up with its own obfuscated xml/ini/database/{latest_trend} format, that is almost always incompatible with other IDEs. The resultant effect is that some of these IDEs default to generating source code. And if that is not the case, there's usually a way to bundle/package the proprietary format into the application so it can be used on the host system. The IDE will happily automate the process, sometimes behind the users' back. Once that happens, you are stuck forever using that IDE to work on that project.

The work around is to provide an import/export function that converts the project format of one IDE to another, but the whole process is unreliable and error prone at best. I've worked with IDEs, too many to mention. In college we had to use VS for all our projects. Far too much time was lost as a result of just trying to get things to work "correctly." When close to half of the semester is devoted to teaching you how to use an IDE, you know there is something fundamentally broken about them.

I don't care if my statement is unpopular, but I stand by them. IDEs are overrated. Like I said VS is popular on Windows, because Windows is not a developer's environment. When you install any *nix OS, you have effectively installed a development environment. This not the case on Windows where software development == VS. Yes, I am a whole lot more productive developing on Unix than I'm in VS or your other bloated IDE. And that's because I have so many development tools at my finger tips that a VS developer can only dream off. I'm not gonna bother ranting on portability.

PS: I'm an ex-VIM power user. I don't use it anymore. And I can't stand Emacs, so the VIM/Emacs insults will only make me laugh.

Edited 2006-02-26 16:31

Reply Score: 1

Hobbiest or Professional?
by snowflake on Sat 25th Feb 2006 22:57 UTC
snowflake
Member since:
2005-07-20

>Any business that fires you for not using an IDE is not
>worth working for.

If you needlessly waste client resources, I would definitely fire you. Remember who we are working for, clients!

If you're a hobbiest that's different, waste as much time as you want.

Reply Score: 1

RE: Hobbiest or Professional?
by Mystilleef on Sat 25th Feb 2006 23:07 UTC in reply to "Hobbiest or Professional?"
Mystilleef Member since:
2005-06-29

You mean it is more important to waste my time learning the nuances of an IDE as opposed to getting real work done? I'm glad I don't work for you.

Reply Score: 0

RE[2]: Hobbiest or Professional?
by hyper on Sat 25th Feb 2006 23:25 UTC in reply to "RE: Hobbiest or Professional?"
hyper Member since:
2005-06-29

so what-do-ya-suggest, being "cool" guy who does-not-use-ides? let's say i want to build c# winforms app. how do i do it in your "more efficient" way?

haha

Edited 2006-02-25 23:28

Reply Score: 1

I don't believe you
by snowflake on Sun 26th Feb 2006 00:00 UTC
snowflake
Member since:
2005-07-20

From some of the disparaging comments on the use of IDE's for professional work, I can only presume that many of you have never worked on a project that has been on time and on budget. I would love to stack you up against a professional programmer to see what would happen. Remember that a lot of projects in industry are shortlived, the last thing you want to do it spend ages developing, it's better to use an IDE that can speed up your development, especially debugging. My last project was on 6 monthly cycles, we simply couldn't afford to program using traditional approaches.

I am curious to know how the non-IDE users debug code these days? printf statments, and/or gdb? If so then you really are wasting your clients time.

If this is your own personal project, then its a completely different matter of course.

Reply Score: 4

RE: I don't believe you
by Mystilleef on Sun 26th Feb 2006 00:15 UTC in reply to "I don't believe you"
Mystilleef Member since:
2005-06-29

Where did you get the idea that you need an IDE to be on time and on bugdet? Many projects use IDEs that aren't on time and on bugdet. Any what is wrong with printfs and gdb? There are much more mature, stable and reliable than 90% of the junk in some of the IDEs I've used.

Reply Score: 1

RE[2]: I don't believe you
by Lumbergh on Sun 26th Feb 2006 00:26 UTC in reply to "RE: I don't believe you"
Lumbergh Member since:
2005-06-29

Any what is wrong with printfs and gdb? There are much more mature, stable and reliable than 90% of the junk in some of the IDEs I've used.

So only printf and gdb are mature, stable, and reliable now? Let's hope that printf is freaking stable since it's been around for decades. But is gdb stable if an IDE writes some code to interact with it? I guess gdb is only stable if it's used on the comand line.

See, your problem is that your having a hard time comprehending that it's 2006 and not 1996, and nobody thinks your hardcore for being command-line only. But you've painted yourself in a corner now, so it's fun watching you go down in flames.

Once you realize that you don't have to choose between command line tools, printfs, IDEs, and that you can use the tool that fits the job then you'll be able to get yourself a job.

Reply Score: 1

RE[3]: I don't believe you
by Mystilleef on Sun 26th Feb 2006 00:48 UTC in reply to "RE[2]: I don't believe you"
Mystilleef Member since:
2005-06-29

Oh my! Except that GDB has had several GUI front ends for so long now. And for other languages and frameworks there are also GUI debuggers that also work on the command line too. Heck, if my memory isn't hazy, the Eclipse CDT for C/C++ development uses GDB as its debugger or has a plug-in for it. I'm not wasting my time conversing with you any more, less I weep from your ignorance.

Reply Score: 1

RE[4]: I don't believe you
by Lumbergh on Sun 26th Feb 2006 01:07 UTC in reply to "RE[3]: I don't believe you"
Lumbergh Member since:
2005-06-29

Wow, MyStillBeef, Now you've just proven that you're incapable of reading. My whole post was about using a command line tools with an IDE. So is GDB worthless if it's used from an IDE - or any command line tool?

Reply Score: 1

RE[2]: I don't believe you
by jayson.knight on Sun 26th Feb 2006 00:30 UTC in reply to "RE: I don't believe you"
jayson.knight Member since:
2005-07-06

Many projects just aren't on time, period. This is usually the fault of PM's/Management/etc, and has nothing to do with what tool is used to hammer out the code.

The project I'm working on now would simply be impossible without the aid of an IDE (Visual Studio in this case), as are most of the projects I've worked on in the past. It's becoming pretty obvious that you've never used a decent IDE such as VS (or Eclipse/IntelliJ/etc). It really might do you some good to get out of your college compsci 101 mindset and give some modern IDE's a shot.

Note to self: No more feeding the troll after this post.

Reply Score: 1

RE[3]: I don't believe you
by Mystilleef on Sun 26th Feb 2006 00:54 UTC in reply to "RE[2]: I don't believe you"
Mystilleef Member since:
2005-06-29

Well I'm not surprised. Windows is the most horrible development platform ever to grace the planet. I also know many shops that are locked to VS, because there's nothing better. And hence my earlier rant. You pretty much can't do any Windows development without VS in this day and age.

Reply Score: 1

RE[4]: I don't believe you
by sappyvcv on Sun 26th Feb 2006 04:07 UTC in reply to "RE[3]: I don't believe you"
sappyvcv Member since:
2005-07-06

That's quite a ballsy statement. Coming from you, it carries very little weight though.

And tell the MASM32 geeks they can't do any windows development. Tell that to people using Visual Slickedit. Tell that to people using PowerBASIC. Tell that to people using Delphi.

Reply Score: 1

RE[5]: I don't believe you
by Mystilleef on Sun 26th Feb 2006 05:35 UTC in reply to "RE[4]: I don't believe you"
Mystilleef Member since:
2005-06-29

Are you kidding me? I can't count how many windows developers become mentally numb when you tell them to use anything outside VS. MASM32 geeks? Ha!

Reply Score: 1

RE[6]: I don't believe you
by sappyvcv on Sun 26th Feb 2006 05:39 UTC in reply to "RE[5]: I don't believe you"
sappyvcv Member since:
2005-07-06

Wow, so the windows devs you know use VS, and that represents everyone. Fantastic. I know a bunch of devs that use IDEs besides for VS.

You're clueless man.

Reply Score: 1

RE[7]: I don't believe you
by Mystilleef on Sun 26th Feb 2006 05:44 UTC in reply to "RE[6]: I don't believe you"
Mystilleef Member since:
2005-06-29

Actually, all the Windows developers I know use it. It's like the industry standard. Please clue me in. Smart ass.

Reply Score: 1