Hello,
knows anybody how i can read and write with winreg general a key and winreg automatic detects if 32bit or 64bit and write to the wow-branch automaticly? Or must i check this on my self in rust? Which compiler-statements it give for this reason?
At the moment i have an 64Bit-Executable only and write to the wow-branch. Give it an compiler_statement or must i check directly in rust which os i have?
Must i every time switch my toolkit before i compile/build? Or can say the rust/cargo that he compile with the 64bit-toolkit an 32bit-executable? Is an 32/64Bit-Crossexecutable possible?
Thx