This is a nice feature of compiled code at the exact moment in time. It also works on a 32-bit machine (using x86 jitter) as a 64-bit machine (x64 jitter). The only time you get into a problem is when you need to use legacy unmanaged code, available only as 32-bit machine code. Not uncommon with older database providers (such as Jet) and COM servers. You have the right machine to detect these problems early.
Underscore: You have no problem if the target computer is 32-bit, only if it is a 64-bit machine.
Hans passant
source share