- Products
- Ozeki 10
- SMS
- Ozeki 10 SMS gateway
- Ozeki NG SMS Gateway
- SMS protocol converters
- SMS router
- Message Server 6
- On-line manual
- Introduction
- SMS technology
- MMS technology
- About
- Product features
- Installation guide
- User guide
- Developers guide
- General information
- Languages
- C SMS
- SQL SMS
- HTTP SMS
- Files SMS
- Java SMS
- PHP SMS
- ASP SMS
- Delphi SMS
- C# SMS
- Access SMS
- SMS FAQ
- Case studies
- Appendix
- Download
- Home
- Support
- How to buy
- SMS Wall
- IP SMS Gateway
- Android SMS
- Excel SMS
- Bulk Messenger
- Cluster Software
- Developer tools
- Robots
- Hardware
- Technology
- Sales
![]() |
On-line manual: |
Explore all the features in this On-line HTML documentation of Ozeki Message Server 6.
| |
![]() |
Product guide: |
Download Ozeki Message Server 6 Manual in PDF format. This PDF guide explains all the features of Ozeki Message Server 6. |
SMS API for C++ Developers
C++ developers can use a COM dll to connect to Ozeki Message Server 6. This DLL implements the communication between the C++ client application and the Ozeki Message Server. The DLL can be freely distributed along with your application. On this page we give the steps on how to use the C++ API.
STEP 1. - Download the C++ API with source
The file can be downloaded from the following URL:
https://ozeki.hu/p_503-ozeki-sms-software-download.html
The name of the file is: cppClient.zip
STEP 2. - Unzip cppClient.zip
When you unzip the file you will see the source code in the cppClient directory. The cppClient directory also contains a compiled .exe version. The name of it this file is cppClient.exe
STEP 3. - Register the COM dll in your system
Open a windows command prompt (Start -> Run -> cmd.exe). In the command prompt change to the cppClient directory and issue the following command:
regsvr32 ozCOMClient.dll |
STEP 4. - Compile the source
Open the project "cppClient.sln" in Visual Studio.NET and press F5 to compile it.
More information
- SQL SMS
- SMS API for Web developers (HTTP)
- Files SMS
- Java SMS
- PHP SMS
- ASP SMS
- SMS API for Delphi developers
- C# SMS
- SMS API for Microsoft Access developers