-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VS2013 runtime requirement #93
Comments
Ah, the "Pre-release". This was the most confusing thing for me,
Just now I've realized that there is a hidden "Pre-release" in the Github pages, which could have solved both issues. I'd recommend naming it "Beta" release, and advertising it on the homepage! |
Launcher not portable, if you don't have VS2013 it will not work "missing MSVCP120.dll" I have actually write similar wrapper in C# before see that one already exist.. ;D |
Well, it was labeled as pre-release for the reason of polishing out the dependencies. So I think I will keep the 2013 dependency and redistribute the dlls. |
The new version (.exe) needs MSVCP120.dll.
This exe file means there is a new requirement of installing: http://www.microsoft.com/en-us/download/details.aspx?id=40784
Maybe using VS2012 would make it less problematic, as most users would have the VS2012 runtimes installed by now.
The text was updated successfully, but these errors were encountered: