The C++ SDK uses a lightweight COM component that can be freely distributed with your application to aid in the intergration with the Esendex SMS service.
Functionality provided by the SDK includes sending SMS, receiving SMS, receiving events, account management and contact management.
Setup
The text below details important information on installing the SDK and external components, general usage instructions, description of the downloads and links to other information you may find useful.
Requirements
In order to use the C++ SDK, you need the Esendex COM component; EsendexSdk2.dll. You can find the latest C++ SDK in our Downloads section.
Installation
To use the COM component, you must register it with the system. To do this, execute the following in a command prompt:
REGSVR32 EsendexSdk2.DLL
You will see a message indicating whether the component has successfully been registered.
General Usage
The easiest way to use the component in Visual C++ is to import it:
#import "EsendexSdk2.dll"
Note that you may need to specify a path to the location where you installed the component.