.. _mod32bit: msl.examples.loadlib package ============================ .. automodule:: msl.examples.loadlib Modules that end in **32** contain a class that is a subclass of :class:`~msl.loadlib.server32.Server32`. This subclass is a wrapper around a 32-bit library and is hosted on a 32-bit server. Modules that end in **64** contain a class that is a subclass of :class:`~msl.loadlib.client64.Client64`. This subclass sends a request to the corresponding :class:`~msl.loadlib.server32.Server32` subclass to communicate with the 32-bit library. .. toctree:: cpp32 cpp64 dotnet32 dotnet64 echo32 echo64 fortran32 fortran64 kernel32 kernel64 labview32 labview64