Notifications
Clear all

To all SSC Station occupants

Thank you for the donations over the past year (2024), it is much appreciated. I am still trying to figure out how to migrate the forums to another community software (probably phpbb) but in the meantime I have updated the forum software to the latest version. SSC has been around a while so their is some very long time members here still using the site, thanks for making SSC home and sorry I haven't been as vocal as I should be in the forums I will try to improve my posting frequency.

Thank you again to all of the members that do take the time to donate a little, it helps keep this station functioning on the outer reaches of space.

-D1-

Removing vs2010 and vs2012 support.

(@fluffyfreak)
Noble Member
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
Topic starter Posted : February 19, 2014 10:47
 Vuzz
(@vuzz)
Reputable Member

thanks Andy , this version work fine 

ReplyQuote
Posted : February 27, 2014 05:32
(@fluffyfreak)
Noble Member

Yep, vs2012 and vs2010 versions are gone now.

ReplyQuote
Topic starter Posted : February 28, 2014 09:16
 Vuzz
(@vuzz)
Reputable Member

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

 

but used VS2013 for pioneer 

ReplyQuote
Posted : February 28, 2014 09:45
(@ollobrain)
Honorable Member

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

ReplyQuote
Posted : March 14, 2014 01:19
(@fluffyfreak)
Noble Member

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
Topic starter Posted : March 14, 2014 04:31