Dynamically Loading a 32-bit or 64-bit .NET Assembly at Runtime
The Chilkat .NET assembly is a mixed-mode assembly, meaning that it exposes a managed API, but the inner core is native. Therefore, as for any DLL, a 32-bit process must load a 32-bit DLL, and a 64-bit process must load a 64-bit DLL. On a 32-bit system, there is never any choice and therefore this whole subject is moot. On […]