Converting 16-Bit XLLs to 32-Bit

Most of your 16-bit DLL code will not recompile for use in Win32 without a few changes. The following sections discuss the changes required to convert your 16-bit add-ins to 32-bit. Judicious use of conditional compilation will enable you to upgrade your source so that it can be compiled for both Win16 and Win32.