PDA

View Full Version : Chrome - now with FREE Visual Studio 2008



savage
22-11-2007, 10:01 PM
With Visual Studio 2008 RTM’ed last week, we at RemObjects are happy to discontinue one of our best-selling product SKUs: “Chrome with Visual Studio", the edition where you could pay $50 extra when buying Chrome to get the full Visual Studio IDE, is no more.

What’s going on? simple: We wanted all our users to get the benefit of using the new version of Visual Studio, and so we’re making the Visual Studio 2008 available to everyone, now.


More info @ the RemObjects Blog (http://blogs.remobjects.com/blogs/mh/2007/11/22/p190)

This is fantastic news as you no longer have to use the command line tool to compile your projects. Chrome and the upcoming Oxygene will allow you to target Win32, Linux and Mac OS X using Mono (http://www.mono-project.com).

Also keep in mind that the Chrome XNA stuff (http://chrome.pascalgamedevelopment.com) I released last year should work within this IDE as well.

WILL
22-11-2007, 10:37 PM
Whoa, not bad. :)

I wonder how they managed to strike that kind of deal with the big M$? :scratch: The obvious downside of using Chrome before was that it was an add-on instead of a standalone suite of tools.

This certainly sweetens the pot as it were. More pressure for CodeGear to step it up even more I think.

pstudio
22-11-2007, 10:40 PM
Interesting, perhaps I should start looking into XNA and Chrome.

arthurprs
23-11-2007, 01:03 AM
Sorry but i could not understand well with my english, chrome is now free?

Setharian
23-11-2007, 11:51 AM
no, it just ships with VS 2008 for free (you don't pay for VS, you still pay for Chrome)

arthurprs
23-11-2007, 04:32 PM
no, it just ships with VS 2008 for free (you don't pay for VS, you still pay for Chrome)

thanks

Robert Kosek
23-11-2007, 04:46 PM
I wonder how they managed to strike that kind of deal with the big M$? :scratch: Easy, it's a "Chrome" exclusive parallel to the Standard edition. It is only missing the other languages.


The obvious downside of using Chrome before was that it was an add-on instead of a standalone suite of tools.I think you don't quite understand... the language compiler, etc, are extensions to Visual Studio in DLL form. Yes, it's a kind of extension, but your assemblies and code are comparable to anything that is generated by any other Visual Studio language. Technically this cuts cost--a lot.


This certainly sweetens the pot as it were. More pressure for CodeGear to step it up even more I think.Lambda expressions, LINQ (Language integrated queries), anonymous typing, anonymous methods (in objects), parameter (vararg style into an array) functions, and a whole other realm of new language features ... I think CodeGear has to work to even compete right now!

All for a $300 price tag, unless you have VS 2005 (then it's only $59). If I buy a compiler it won't be Delphi, it'll be Chrome.