Skip to content
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

Closed
hyperknot opened this issue Dec 21, 2013 · 3 comments
Closed

VS2013 runtime requirement #93

hyperknot opened this issue Dec 21, 2013 · 3 comments

Comments

@hyperknot
Copy link

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.

@hyperknot
Copy link
Author

Ah, the "Pre-release". This was the most confusing thing for me,

  1. I downloaded from the homepage => I had the %CD% change feature missing
  2. Then I downloaded from github source => I had the mising dll issue

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!

@diimdeep
Copy link

Launcher not portable, if you don't have VS2013 it will not work "missing MSVCP120.dll"
I have fixed this by changing configuration in C++ project to v110(VS 2012) and rebuild.

I have actually write similar wrapper in C# before see that one already exist.. ;D

@samvasko
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants