Visual Studio 2008 Released!

Discussion about everything. New games, 3d math, development tips...
catron
Posts: 158
Joined: Mon Feb 19, 2007 1:54 am

Post by catron »

Who needs microsoft when you have gcc + linux :D
Image
Image
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

catron wrote:Who needs microsoft when you have gcc + linux :D
Good luck debugging the cross compiled app for your Windows userbase.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
torleif
Posts: 188
Joined: Mon Jun 30, 2008 4:53 am

Post by torleif »

rogerborg wrote:
catron wrote:Who needs microsoft when you have gcc + linux :D
Good luck debugging the cross compiled app for your Windows userbase.

Isn't there are port for GDB for windows NT?
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

MinGW comes with a gdb.exe, but if you're going to concede the point of needing a Windows install, then why not use an entire toolchain that's designed for that platform?

I'm not dissing gcc or GNU/Linux, but as an application developer, I do prefer pragmatism over ideology.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Dorth
Posts: 931
Joined: Sat May 26, 2007 11:03 pm

Post by Dorth »

And as far as IDE or debuggers go, Visual Studio is amongst the best.
Frank Dodd
Posts: 208
Joined: Sun Apr 02, 2006 9:20 pm

Post by Frank Dodd »

Netbeans! :D
GameDude
Posts: 498
Joined: Thu May 24, 2007 12:24 am

Post by GameDude »

I'm not a huge fan of VS, but I do like wxDev-CPP, it works great for me
Post Reply