-
Notifications
You must be signed in to change notification settings - Fork 522
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
README.md Building Project with Visual Studio instructions incorrect #65
Comments
Hello @Hoverbear did you get anywhere with it? If you have some notes for the community version that has a working launcher please share. |
I kind of put it down and haven't gotten back to it. :( |
Because by default Visual Studio compiles a project dynamically with MS C runtime. You have use Release Mode or pack your application including msvcrt or vcruntime dlls. |
@Biswa96 Readme sais go modify 15-20 entries for you project in 3 files and away you go. If you have a nice sanitised way within the readme/project please do share |
Hi!
In https://github.com/microsoft/WSL-DistroLauncher#building-project-visual-studio the step states:
Right clicking on "Solution 'DistroLauncher'" (Not "Solution (Distrolauncher)") here you can find "Deploy Solution":
However clicking on this does not actually produce any results.
It seems that the user must select their arch and mode here then hit "Start":
However, if the user followed the Getting Started steps https://github.com/microsoft/WSL-DistroLauncher#getting-started they never changed or set
OutputPath
, so they see this error:This results in errors still:
No combination or debug/release x86/ARM works.
The text was updated successfully, but these errors were encountered: