The need to determine whether a user is on a 32 bit or 64 bit processor has just come up. What’s a reliable way to determine this at startup, e.g. test an Enviornment variable like CommonProgramFiles for “(x64)” or use some API call? I then need to ensure several references are correct. I thought I’d simply replace the specifc ones (Remove & AddFromFile). Appreciate any insight on a good way to accomplish this.
Thanks,
Marty