CatalystCode / windows-registry-node

Read and Write to the Windows registry in-process from Node.js. Easily set application file associations and other goodies.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for 32-bit applications

Apteryx0 opened this issue · comments

Hi,

I assume that windows-registry doesn't support 32-bit applications.... mainly because I kept getting ACCESS VIOLATIONS (C000 0005) until I changed the prototype of RegOpenKeyExA from uint64 to uint32. Assuming supporting both 32-bit and 64-bit is something that I can figure out, how do I go about contributing this?

Cheers,
Russell.

Seem to have it working. I'll fork and create a pull request.

Closed via 807408f