In Version 12.1 it is possible to export a workspace as a single .exe file that includes a copy of the Dyalog APL interpreter. This allows you to implement and deploy a stand-alone Dyalog APL application as a single .exe file.


Note however, that if your application requires.Net support you must to deploy 2 Dyalog dynamic link libraries, namely dyalognet.dll and the appropriate Bridge dll according to the following table.
| 32-bit | 64-bit | |
| Unicode Edition | bridge121_unicode.dll | bridge121-64_unicode |
| Classic Edition | bridge121.dll | bridge121-64.dll |
This facility has been added to the Save as type drop-down menu on the Create bound file dialog box, accessed via File->Export from the Session menu bar.
The operation to export the current active workspace as a stand-alone executable may also be actioned programmatically using 2100⌶. More...