Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
docs | 2020-02-03 | ||
bin | 2020-01-27 | ||
include | 2020-01-27 | ||
demo | 2020-01-27 | ||
readme.TXT | 2020-02-03 | 1.4 kB | |
Totals: 5 Items | 1.4 kB | 0 |
!!v3.2.1.0; 2020.02.03 # Euphoria and JAPI: RDS Euphoria This folder provides a fully working version of the EuJAPI wrapper library suitable for all versions of Euphoria, including the original (RDS) versions, as well as the more recent Open Euphoria products. ##What's included and where? In the //bin// folder you can find the two standard versions of the Euphoria Interpreter (exw.exe and exwc.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. The //docs// folder contains a copy of the original JAPI Euphoria Reference Manual, which is opened using the //reference.html// file. The material contains some references in German which may confuse, but is perfectly serviceable and gives all the detail you require as the wrapper functions are all exactly as described in the text. The illustrations however show the use of the AWT library and not the Java Swing library underpining this release. Finally, in the //demos// folder you can find a few illustrations of using the wrapper alongside a batch file, //eu3.bat//, which allows simple execution of the examples in the folder. For example <eucode>./eu3 simple</eucode> calls //exw.exe// to run the example //simple.exw//.