Is it possible to load a 64-bit dll into a 32-bit process?
问题 Is it possible to load a 64-bit dll into a 32-bit process ? Generally speaking, I know it can not happen. Yet, maybe there are some exceptions ? 回答1: No, and neither a 64-bit process can load a 32-bit DLL. If you're on a 64 bit OS, you can load the DLL in a 64-bit process and have it communicate with your 32-bit process through IPC. If you're on a 32 bit OS, you're out of luck. 回答2: But new computer bought today at least have 4G ram. We cannot prevent using 64-bit OS to avoid problem. We must