VS2010 Download link ?

Monkey Archive Forums/Monkey Discussion/VS2010 Download link ?

Paul - Taiphoz(Posted 2017) [#1]
does anyone have one ? going to the MS website only shoves the newer versions at me and I think monkey likes 2010 better..


rIKmAN(Posted 2017) [#2]
VS2010 Express ISO
http://download.microsoft.com/download/1/E/5/1E5F1C0A-0D5B-426A-A603-1798B951DDAE/VS2010Express1.iso


Gerry Quinn(Posted 2017) [#3]
VS2015 community edition is a huge download, but it works perfectly for me on Windows 10.


Paul - Taiphoz(Posted 2017) [#4]
I got it thanks....

still not sure why I cant see the glfw2 target.. but things seem to be working for the moment so im not gona mess with it.


Soap(Posted 2017) [#5]
glfw2 target was removed from recent monkey versions. I believe 83 has it as last version.


popcade(Posted March) [#6]
A note from my own test:

If you don't want to download the full VS2013 for just GLFW3 target, try the 2013 Express version (for Windows "Desktop"),
it's still a 3GB big download, but cut those Web/WP8 thing that not frequently used and still work with monkey:

en_visual_studio_express_2013_for_windows_desktop_ with_update_5_x86_dvd_6815504.iso
SHA-1: 07A835250E7B02DDD5351F082DD66F5484B91A1F
http://download.microsoft.com/download/2/E/E/2EEC68E6-7B03-437A-AF06-F8E43F04014D/vs2013.5_dskexp_ENU.iso
(Note: you need to modify the msvc target template to use toolchain from v140 to v120 at MonkeyGame.vcxproj)

And the full VS 2013 Community is here if you need WP8 and Web (6.9GB):
Visual Studio Community 2013 with Update 5
http://download.microsoft.com/download/A/A/D/AAD1AA11-FF9A-4B3C-8601-054E89260B78/vs2013.5_ce_enu.iso

BTW, it seems GLFW3 target can't work with VS2010/2012 directly(I'd want to figure it to save a few gigs)
[EDIT]
It works, just remember to modify the toolchain version to v110 or your VC version, I'm not planning to use VS2015 soon as there're a fundamental change of runtimes that forcing Win7/8 users to install an update that you can't avoid.
[/EDIT]

For those who not planning to use XNA/WP8, just copy the MinGW from the Monkey Free version and modify the bin/config.winnt.txt, most thing should work like usual.