| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| memory.e | 2020-01-27 | 3.3 kB | |
| types.e | 2020-01-27 | 36.1 kB | |
| dll.e | 2020-01-27 | 21.2 kB | |
| error.e | 2020-01-27 | 8.2 kB | |
| machine.e | 2020-01-27 | 92.7 kB | |
| memconst.e | 2020-01-27 | 5.5 kB | |
| Totals: 6 Items | 166.9 kB | 0 | |
!!v4.0.5.0; 2020.02.03 # Euphoria and JAPI: Open Euphoria This folder provides a fully working version of the EuJAPI wrapper library suitable for all versions of Open Euphoria (v4.0.5 and later). ##What's included and where? In the //bin// folder you can find the two standard versions of the Euphoria Interpreter (eui.exe and euiw.exe) plus the 32-bit version of the JAPI2 shared library for MS Windows. In the //include// folder you can find the wrapper library module //japi.ew// and, in the //std// sub-folder, those "standard" module libraries which the wrapper requires. In the //docs// folder the file //japi.ew.html// details the routines to be found in the JAPI2 wrapper, in a more compact form than that issued with the original JAPI Euphoria documentation (see the //Eu3//docs// folder). If you need more detail then use the original documentation as well. Finally, in the //demos// folder you can find a few illustrations of using the wrapper alongside a configuration file, //eu.cfg//, which aids simple execution of the examples in the folder. For example <eucode>/bin/eui simple</eucode> calls //eui.exe// to run the example //simple.exw//.