You are here:
ActiveXperts.com > ActiveXperts SMS and MMS Toolkit > Release Notes > SMS and Pager Toolkit 4.1
Quicklinks
Release Date: 08/19/2006
SMS and Pager Toolkit 4.1 is the newest version of ActiveXperts' SMS development component.
The mission of the product is to provide an easy to use interface to Windows developers for sending and receiving SMS messages.
The product runs on the Windows NT/2000/XP/2003 operating systems, and can be used by various development tools, including Visual Basic .NET,
Visual C# .NET, Visual Basic, Visual C++, ASP .NET, ASP, PHP, VBScript and Java/JavaScript.
THe product has support for SMPP, GSM modems, SMSC dial-in providers and legacy pagers.
SMS and Pager Toolkit now uses universal ActiveXperts Error Codes. As a result, all error codes values have changed. You can now go to the ActiveXperts web site to lookup an error code, no matter which ActiveXperts product generated the error. Use the following URL: www.activexperts.com/support/errorcodes, or use the GetErrorDescription function of any of the toolkit objects.
In previous versions of SMS and Pager Toolkit, constants where defined in include files. Each demo project had a constant file which allowed the user to use constants in a project. In version 4.1, these constants files do not exist anymore. Instead, there's a new object called 'ActiveXperts.SmsConstants'. All constants are now defined as read-only properties of this object.
In previous versions of SMS and Pager Toolkit, status messages (also called 'delivery reports') were provided by the GsmIn object. From logical point of view, status reports are related to outgoing SMS messages. As a result, tatus reports are now implemented through GsmIn's QueryMessage property;
It is now possible to send WAP Push messages and WAP Bookmarks. These WAP messages are only supported for GSM Modems (and GSM Phones) and SMPP; From technical point of view, a WAP message is a special formatted message. As a result, SMS and Pager Toolkit now includes two new objects (WapPush and WapBookmark). These objects handle WAP formatting and can be used in the GsmOut and SMPP objects to send WAP formatted messages.
To learn more about installing the product for the first time, please read our manual. You can download the manual at http://www.activexperts.com/files/xmstoolkit/manual.htm
Upgrading from a previous version should be done in the following way: