Accessing 32-bit DLLs from 64-bit code

Migrating your 32-bit Windows application to a 64-bit machine can be problematic if you have 32-bit DLLs that you cannot re-write. Mike Becker shows you how you can access 32-bit DLLs from 64-bit code using built-in IPC mechanisms. Originally published on DNJ Online, June 2007 Microsoft’s 64-bit technology first appeared with Windows Server 2003 for … Continue reading Accessing 32-bit DLLs from 64-bit code