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

RC_PARAMS doesn't seem to work on windows 10 powershell #258

Open
ChopsII opened this issue Sep 28, 2020 · 2 comments
Open

RC_PARAMS doesn't seem to work on windows 10 powershell #258

ChopsII opened this issue Sep 28, 2020 · 2 comments

Comments

@ChopsII
Copy link

ChopsII commented Sep 28, 2020

After some digging around, it seems that _dupenv_s, and the entire concept of accessing a programs own environment variables, have been done away with in UWP.

https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/dupenv-s-wdupenv-s?view=vs-2019

Suggest to provide a file-based alternative configuration method?

@ChopsII
Copy link
Author

ChopsII commented Sep 28, 2020

cmd still works fine, however

@jonathan-hopkins
Copy link

would changing out _dupenv_s to std::getenv fix the issue?
note that the main dev doesn't really work on RC anymore (though he might accept pull requests?).

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

2 participants