Visual Studio Express 2012 Yay

Started by
56 comments, last by Ryan_001 11 years, 4 months ago
I didn't see anything when searching the site, so I just thought to mention my new discovery that Visual Studio 2012 Express (specifically c++) seems to support desktop projects (but we already knew that) as well as 64-bit compilation out of the box without any legal uncertainties (this I didn't know). And it runs on Windows 7. So I think I will finally upgrade from VS 2008! I'm very happy about this!

I wonder does anyone know if it will support openmp in express versions?

Anyway this is happy news!
Advertisement
Why you weren't using VS 2010?

OpenMP is quite advanced feature, I wouldn't put up too much hopes it would be free.

Afterall, VS 2010 Express did NOT have button "Open Solution Folder", you had to navigate manually in the Explorer, seriously Microsoft?
I just downloaded it today actually, it seems quite nice. The overall aesthetic seems more appealing, and the intellisense is a big improvement as well!
Is anyone doing Metro apps with it?

Beginner in Game Development?  Read here. And read here.

 


Afterall, VS 2010 Express did NOT have button "Open Solution Folder", you had to navigate manually in the Explorer, seriously Microsoft?


Don't know about the express edition, but I'm using VS2010 Pro here and it's available on the right click menu on the solution.

Is anyone doing Metro apps with it?

No experience with it here, but I am pretty interested in making at least a couple basic games just for fun. I too wonder does anyone have any input on how intuitive the process and learning curve is.

... And it runs on Windows 7 ...

Wait ... i have not payed much attention, so please someone enlighten me ... is XP disallowed/unsupported? If so, will it stay so?

[quote name='achild' timestamp='1348855577' post='4984802']
... And it runs on Windows 7 ...

Wait ... i have not payed much attention, so please someone enlighten me ... is XP disallowed/unsupported? If so, will it stay so?
[/quote]

The system requirements page states that windows 7 or windows 8 are supported.

By the way, I'm tempted to install this on my home laptop, but I have to ask you guys who tried it... On this laptop, VS2010 sometimes behaves very sluggish. Does 2012 seem to have fixed some performance issues, or are there even more performance issues now?
There are seperate express editions for metro and desktop so get the right one for your platform.

Also, express editions now come with static code analysis, basic rule set. This is a really nice feature.

express editions can open solutions made by the paid for editions, and can open setting's file's too.

I am not sure about this one, but it seems like express will allow you to use addons as well.



[quote name='tanzanite7' timestamp='1348867359' post='4984868']
[quote name='achild' timestamp='1348855577' post='4984802']
... And it runs on Windows 7 ...

Wait ... i have not payed much attention, so please someone enlighten me ... is XP disallowed/unsupported? If so, will it stay so?
[/quote]

The system requirements page states that windows 7 or windows 8 are supported.

By the way, I'm tempted to install this on my home laptop, but I have to ask you guys who tried it... On this laptop, VS2010 sometimes behaves very sluggish. Does 2012 seem to have fixed some performance issues, or are there even more performance issues now?
[/quote]

It isn't any slower for sure.

If this post or signature was helpful and/or constructive please give rep.

// C++ Video tutorials

http://www.youtube.com/watch?v=Wo60USYV9Ik

// Easy to learn 2D Game Library c++

SFML2.2 Download http://www.sfml-dev.org/download.php

SFML2.2 Tutorials http://www.sfml-dev.org/tutorials/2.2/

// Excellent 2d physics library Box2D

http://box2d.org/about/

// SFML 2 book

http://www.amazon.com/gp/product/1849696845/ref=as_li_ss_tl?ie=UTF8&camp=1789&creative=390957&creativeASIN=1849696845&linkCode=as2&tag=gamer2creator-20

Hmm i would move to VS2012 if they simply integrate XNA 4.0 with it (which is clearly possible).

This topic is closed to new replies.

Advertisement