[SOLVED] Visual Studio 2013 and VS 2012

Get answers to all your basic programming questions. No Ogre questions, please!
Post Reply
iblues1976
Gnome
Posts: 379
Joined: Fri Sep 16, 2011 4:54 pm
x 10

[SOLVED] Visual Studio 2013 and VS 2012

Post by iblues1976 »

Hi,

I'm thinking to install VS 2013 in my main machine. However, I'm afraid that it may damaged something. I'm currently running vs 2012 update 3 (windows 7 64 bits)

Has anyone run into any problems or has anyone has both install without any problems.

thanks,
Francisco
Last edited by iblues1976 on Wed Mar 26, 2014 3:52 pm, edited 1 time in total.
User avatar
Klaim
Old One
Posts: 2565
Joined: Sun Sep 11, 2005 1:04 am
Location: Paris, France
x 56
Contact:

Re: Visual Studio 2013 and VS 2012

Post by Klaim »

I have both installed with no problem. VS versions are totally ok to install separately on the same machine, however it's when you uninstall one that you might discover problems (the older the more problem can occur). But installing a new version is rarely a problem.
Also, having both installed, you can build using the compiler in VS2012 while being in the VS2013 IDE which helps using tools from vs2013 while still compiling with old compiler.
iblues1976
Gnome
Posts: 379
Joined: Fri Sep 16, 2011 4:54 pm
x 10

Re: Visual Studio 2013 and VS 2012

Post by iblues1976 »

thanks
iblues1976
Gnome
Posts: 379
Joined: Fri Sep 16, 2011 4:54 pm
x 10

Re: Visual Studio 2013 and VS 2012

Post by iblues1976 »

As expected, there were no problems...
thanks!
RigoCL
Greenskin
Posts: 114
Joined: Mon Oct 14, 2013 1:41 am
Location: Chile
x 3

Re: [SOLVED] Visual Studio 2013 and VS 2012

Post by RigoCL »

Are there really good upgrades among VS 2010, 2012 and 2013?
Integrated: Ogre3D + dotScene (Blender loader) + MyGUI (UI) + RakNet (Client/Server) + Leap Motion (The future is here!) + StereoManager (3D Anaglyph red-cyan)
WIP: StereoManager (Real 3D) + CCS (Camera Control System) + Sound, experimenting with Android.
User avatar
Klaim
Old One
Posts: 2565
Joined: Sun Sep 11, 2005 1:04 am
Location: Paris, France
x 56
Contact:

Re: [SOLVED] Visual Studio 2013 and VS 2012

Post by Klaim »

VS 2010 is slower than ever, 2012 is less slow, 2013 is even less slow. I would go with the last one just to have more recent C++ features and excellent debugging experience. You might want to read about the issues and good sides of recent VS versions in this blog article from dark_sylink who is the main contributor for Ogre 2.0 : http://yosoygames.com.ar/wp/2013/12/mic ... al-studio/
RigoCL
Greenskin
Posts: 114
Joined: Mon Oct 14, 2013 1:41 am
Location: Chile
x 3

Re: [SOLVED] Visual Studio 2013 and VS 2012

Post by RigoCL »

Great Klaim, thanks!
Integrated: Ogre3D + dotScene (Blender loader) + MyGUI (UI) + RakNet (Client/Server) + Leap Motion (The future is here!) + StereoManager (3D Anaglyph red-cyan)
WIP: StereoManager (Real 3D) + CCS (Camera Control System) + Sound, experimenting with Android.
iblues1976
Gnome
Posts: 379
Joined: Fri Sep 16, 2011 4:54 pm
x 10

Re: [SOLVED] Visual Studio 2013 and VS 2012

Post by iblues1976 »

This was a great blog to read!
Post Reply