The application framework will automatically load externals and make all external handlers available to all scripts in your application.
Before adding externals to your application you need to copy the externals to your application folder. To find Revolution externals look in the ./Runtime (1) folder of your Revolution installation. In this folder you will find externals for all platforms. Copy the externals you will use to your application folder (2).
Click the Add External button to add an external to the application.
First you will be prompted to select the OS X bundle file. Select the file and click Open. If there is no OS X external then click Cancel to proceed to the next step.
Next you will be prompted to select the Windows dll file. Select the file and click Open. If there is no Windows external file then click Cancel.
If the external file name is a known external then you are done and the external is added to the list of application externals.
If you select a file that is not known...
then you must specify what the name of the external is as reported in the externalPackages property. The framework uses this name to determine whether or not the external was successfully loaded when your application launches. After providing the name the external will be added to the list of application externals.