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

Unable to write REG_DWORD using 32 bit program on 64 bit Windows 8.1 #13

Open
fireymerlin opened this issue Oct 4, 2014 · 0 comments
Open

Comments

@fireymerlin
Copy link

I'm using Lua for Windows (version 5.1)
I'm able to read/write string values.
I can read REG_DWORD values from the registry.
I cannot write REG_DWORD values to the registry.
I'm using:
key:set_value('keyname', KeyValue,winapi.REG_DWORD)
where KeyValue is an whole number, like 23
I've tried using a string, '23', which also did not work.

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

1 participant