Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
docs | 2020-02-03 | ||
bin | 2020-01-27 | ||
include | 2020-01-27 | ||
demos | 2020-01-27 | ||
readme.TXT | 2020-02-03 | 1.2 kB | |
Totals: 5 Items | 1.2 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//.