Overview
Introduction
The Auron SMS Component package consists of 3 modules; any combination of components can be installed:
- The Auron SMS Component COM components – core components ‘AxSms32.dll’ (to embed in 32-bit applications) and ‘AxSms64.dll’ (to embed in 64-bit applications);
- The Auron SMS Component Help Files – documentation;
- The Auron SMS Component Sample Files – samples for various development platforms.
Installation (Automatic)
To automatically install Auron SMS Component, download AuSmsSetup.exe and start the installation.
The InstallShield wizard will guide you through the rest of the setup.
On 32-bit operating systems, it will automatically register the 32-bit ActiveX DLL ‘AxSms32.dll’, to support 32-bit applications.
On 64-bit operating systems, it will automatically register the 64-bit ActiveX DLL ‘AxSms64.dll’, to support 64-bit applications;
it will also automatically register the 32-bit ActiveX DLL ‘AxSms32.dll’, to support 32-bit applications.
Installation (Manual)
To manually install the Auron SMS Component core files, perform the following actions:
- Perform one installation of Auron SMS Component on an available computer, to extract the ‘AxSms32.dll’ and ‘AxSms64.dll’ core ActiveX files
- To embed Auron SMS Component in 64-bit applications, copy the ‘AxSms64.dll’ ActiveX file to the destination computer hard drive,
and register the DLL by running the following command from the command-line on the destination computer:
REGSVR32 <dest-location>\AxSms64.dll - To embed Auron SMS Component in 32-bit applications, copy the ‘AxSms32.dll’ ActiveX file to the destination computer hard drive,
and register the DLL by running the following command from the command-line on the destination computer:
REGSVR32 <dest-location>\AxSms32.dll