|
| About Us | Products | Partners | Webserver | News | ||
|
If you are building a program for distribution to others, you must check the Runtime executable checkbox. Clear this box only if you want to build a program that you can test and debug on your own Pocket PC. Make sure that the Evaluation executable checkbox is cleared. Note: If you want to build an evaluation version of your program please click here for further info. When you click OK, you will be prompted to name the .exe and choose the directory in which it will be saved. The system will then create it. Pocket Dyalog .exe is not a complete stand-alone program. Instead, it depends upon the appropriate Pocket Dyalog engine which is distributed as a dynamic link library (dll). When you start a Pocket Dyalog .exe, the first thing it does is to load the Pocket Dyalog DLL; without this DLL it cannot run. This means that to run your Pocket Dyalog program, the end-user must have previously installed the Pocket Dyalog Engine (DLL) on the Pocket PC. Building the application file (myapp.zip)Pocket Dyalog includes a sample Pocket Dyalog application named DAN (Dyalog APL Navigator) which is installed on your PDA alongside Pocket Dyalog as a separate stand-alone application. Pocket Dyalog also includes all of the files and scripts that were used to create the DAN application. These files are intended as templates which you may modify and then use to build your own application. You can find the templates here Note, that although you must create the application program (e.g. myapp.exe) on your Pocket PC, you actually put together a Pocket Dyalog application on a desktop computer and not on the PDA itself. The steps involved in creating your own distributable application are as follows.
Sample Application Template Files |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
File Name |
Description |
app.inf |
Specifies the files to be included in your application |
| app.ini | Specifies parameters to control setup.exe |
| cabwiz.ddf | Microsoft CAB utility |
| cabwiz.exe | Microsoft CAB utility |
| makecab.exe | Microsoft CAB utility |
| make.bat | Batch file that you use to build your distributable application. |
| setup.exe | Installation program |
| app.arm.CAB | Data file (created by make.bat) |
| app.arm.DAT | Data file (created by make.bat) - not used |