|
The CASLPro DialNumber Library allows CASLPro programmers to easily make applications that programatically dial phone numbers. The library will call either the built in cell phone (such as in the Treo 600 and Treo 650) or the “Dial” application on devices such as the Zire72. You can also display your own message in the Palm dial screen. A function is also included that checks for the presence of the capability to dial a number.
Download the DialNumber demo application to get some idea of the power you can add to your applications.
The CASLPro DialNumber Library consists of two files; a pre-compiled CASL library (DialNum.a) and a CASL package file (DialNum.cpk). To use it, simply copy these to files to the same directory as your CASL Project and add the line include "DialNum.cpk"; near the beginning of your CASL code. Then you just call the functions as you need them!
In addition to these two files, the full CASLPro project and code for the Events demonstration program is included. This project clearly demonstrates the use of all the CASLPro Events Library functions.
The cost to add this functionality to your CASL Pro applications is only $25! There are no additional licensing fees, runtimes, or other nonsense. The only restiction is that you may not share the pre-compiled CASL library (DialNum.a) or CASL package file (DialNum.cpk). These files are only needed when compiling your application. Updates will be offered at no additional cost.
|