Skip to content

Conversation

@AraHaan
Copy link

@AraHaan AraHaan commented May 8, 2017

I have added a few other changes like moving the VS2008 projects and solutions to another folder and manually editing them on my iPhone. Note: I cannot configure the projects for VS2008 to match the configs and build target names on the VS2010 express ones. This means someone with VS2008 and VS2010 installed has to set them with the almost exact same settings if possible. I do plan to add an DebugStatic target as well sometime. I also did not touch the envtest project on telling it to link to the static builds on ReleaseStatic on both x86 and x64 targets. However it should be possible to do.

This would also mean doing something similar on DebugStatic. I will set up DebugStatic later when I am on my laptop.

dmoulding and others added 3 commits March 20, 2013 23:27
…ueEx

Although values set using RegSetValueEx without inclusion of the terminating null in the
"cbData" parameter seem to still get null terminated by the system (based upon inspection
of the binary data in Registry Editor), the MSDN page for RegSetValueEx is quite clear
that the terminating null should be included in "cbData". Indeed, it is already included
in one place in EnvVar.cpp. This change ensures that all calls to RegSetValueEx include
the terminating null in "cbData".

h/t Debra Do
Ensure terminating null is included when setting values via RegSetVal…
@AraHaan
Copy link
Author

AraHaan commented Dec 22, 2017

@liorda you able to merge this?

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

Successfully merging this pull request may close these issues.

2 participants