Notifications
Clear all

Removing vs2010 and vs2012 support.


fluffyfreak
(@fluffyfreak)
Captain Registered
Joined: 7 years ago
Posts: 1306
Topic starter  
I'm just trying to find out if anyone uses vs2012 (vs2010 has been properly broken for a while now) before I merge a Pull Request over on GitHub and remove support for them both entirely.

 

 

It will be possible for someone to resurrect them in the future if they wanted too, however we are now using more and more C++11 features that neither vs2010 or vs2012 support.

 

This obviously only affects Windows developers.

 

There is still a free version of Visual Studio 2013 Express Edition that can be downloaded from Microsoft, or you can use Code::Blocks following the instructions here: [url] http://pioneerspacesim.net/forum/viewtopic.php?f=3&t=110 [/url]

 

Thanks,

 

Andy

 


Quote
Vuzz
 Vuzz
(@vuzz)
Warrant Officer Registered
Joined: 7 years ago
Posts: 491
 

thanks Andy , this version work fine 


ReplyQuote
fluffyfreak
(@fluffyfreak)
Captain Registered
Joined: 7 years ago
Posts: 1306
Topic starter  

Yep, vs2012 and vs2010 versions are gone now.


ReplyQuote
Vuzz
 Vuzz
(@vuzz)
Warrant Officer Registered
Joined: 7 years ago
Posts: 491
 

Not at all for me , i continue to use it for Genesia  ^^

 

but used VS2013 for pioneer 


ReplyQuote
ollobrain
(@ollobrain)
Lieutenant Registered
Joined: 13 years ago
Posts: 564
 

so c++ 11 is the program to use when making changes to the code for pioneer


ReplyQuote
fluffyfreak
(@fluffyfreak)
Captain Registered
Joined: 7 years ago
Posts: 1306
Topic starter  

Search for "Microsoft Visual Studio 2013 Express Edition Desktop", that's the version that I maintain for Windows developers.

Luomu has instructions for using Code::Blocks up on the wiki but I haven'tr tried that myself yet.

 

Otherwise yes we're using some C++11 features so the older compilers won't work anymore.


ReplyQuote