Home What Is Euphoria? Documentation News EUforum Download Euphoria Donate
Recent User Contributions The Archive Other Euphoria Web Sites RDS Development Related Books & Software
The Archive

Documentation

GEN Euphoria Help File 2459KDan Everingham May 9/14 this program has happy users! 15.00 click here to update this entry
A Windows Help File for Euphoria 2.5 that's designed to be used by editors with context-sensitive F1 help keys. You can also use it just by double-clicking it. All keywords and library routines are covered. Mike's editor is also included. May 9: euphoria manual
 
DOS Beginner's Guide to Euphoria 463KDavid Gay Aug 1/97 this program has happy users! 11.50 click here to update this entry
An excellent tutorial program. No previous programming experience is required. David's program teaches you Euphoria programming in a series of easy lessons, complete with example programs. Unzip with WinZip, or use: pkunzip -d abgte2.zip
 
WIN Help File 526KH.W. Overman Jun 18/05 this program has happy users! 10.50 click here to update this entry
A compiled HTML Help file for the complete Euphoria 2.3 documentation based on Adam Weeden's old version in the Archive. This one includes Win32Lib and lets you view the RDS web site. Dec 24: Updated for version 2.3. Includes Win32Lib and many other files
 
GEN Euphoria 2.5 Documentation as Compiled HTML 425KBrian Broker Mar 10/05 this program has happy users! 8.00 click here to update this entry
Euphoria.chm is a compiled HTML help file (CHM) for the Euphoria 2.5 documentation. Includes updated HTML titles for more meaningful search results and syntax-highlighted listings of most standard Euphoria libraries. Mar 10: Updated with docs from 2.5 final release. Includes simple demo using HTML Help API for Windows.
 
GEN EuDoc - Euphoria Documentation Generator 11KD. Newhall Oct 8/05 this program has happy users! 5.50 click here to update this entry
A program that takes comments from a file and generates HTML documentation that looks like the RDS HTML documentation. Designed mostly for documenting libraries with emphasis on usability for the Euphoria Standard Library project. Version 0.4 Oct 8: Added "Notes" and "Disclaimer" tags, added command line arguments, and fixed a few minor bugs.
 
WIN Euphoria 2.4 Documentation as Compiled HTML 394KBrian Broker Oct 14/03 this program has happy users! 4.00 click here to update this entry
A compiled HTML help file (CHM) for the Euphoria 2.4 documentation. Includes updated HTML titles for more meaningful search results and syntax-highlighted listings of most standard Euphoria libraries. This is now obsolete - see his new version for Euphoria 2.5.
 
WIN Win32Lib Keyword Lookup 3KAndrew Hall Aug 7/04 this program has happy users! 3.00 click here to update this entry
A command-line utility for looking up a Win32Lib keyword (function, procedure, constant, etc.). Requires Win32Lib 0.59.1 or higher. Can be used to provide instant context help in editors that support user-defined tools (Crimson, ConTEXT, TextPad, etc.).
 
GEN Guide to Object Oriented Programming 662KAlex Caracatsanis Sep 11/03 this program has happy users! 3.00 click here to update this entry
A guide to object oriented programming in Euphoria using Mike Nelson's Diamond Lite. It has lots of examples and a very detailed, well-written manual. Sep 11: Now uses .pdf format instead of .doc
 
GEN Euphoria Book 29KMike Sabal Jan 15/03 this program has happy users! 3.00 click here to update this entry
The first three chapters of a new book about Euphoria. He'd like to get feedback as he writes additional chapters. Jan 15: added chapter 3
 
WIN Euphoria 2.2 Documentation as Compiled HTML 358KAdam Weeden Mar 24/00 this program has happy users! 2.00 click here to update this entry
He took the RDS HTML documentation and made a compiled HTML file with a table of contents, index and search capability. Mar 24: additional links to all the library routines.
 
GEN A Beginners Guide To Euphoria (HTML) 112KJules Davy May 16/07 this program has happy users! 1.50 click here to update this entry
An HTML version of David Gay's tutorial. May 16: Fixed broken ToC links.
 
GEN wxEuHTHelp 8KKenneth Rhodes Mar 2/06 this program has happy users! 1.50 click here to update this entry
wxEuHTHelp 1.3 is a version of Juergen Luethje's yet to be released EuHTHelp 1.2, modified to optionally support the wxEuphoria programming library. It is the author's hope that Juergen might employ some of the modified code or concepts in his next release of EuHTHelp. Mar 2: Minor bug fix and changes in naming conventions.
 
GEN Euphoria Encyclopedia 249KTravis Beaty Dec 14/00 this program has happy users! 1.50 click here to update this entry
Euphoria documentation in the form of a Windows Help file. He has the RDS docs, and he's in the process of including other important documents for Win32Lib etc.
 
GEN Euphoria HyperText Help 2KJuergen Luethje Feb 5/06 this program has happy users! 1.00 click here to update this entry
A command-line utility that displays the appropriate section of the Euphoria HTML documentation for keywords, routine names and other important terms. Can be used to provide context-sensitive help in editors that support user-defined tools (PSPad, ConTEXT, Crimson, TextPad, etc.). Feb 5: Fixed and elaborated cross-platform functionality (thanks to Kenneth Rhodes).
 
WIN Euphoria Help 176KAl Getz Feb 16/03 this program has happy users! 1.00 click here to update this entry
A Help program for the standard Euphoria library routines, with additional information on Win32Lib and the WIN32 API.
 
GEN Windows Help File 428KEuler German Aug 18/02 this program has happy users! 1.00 click here to update this entry
A Windows help file for Euphoria 2.3. It has a table of contents and an index, and you can search it. Aug 18: Browsing facility now includes library routines.
 
WIN toRU 291KWolfgang Fritz / Igor Kachan Sep 8/09 this program has happy users! 0.80 click here to update this entry
An expanded English to Russian ( Cyrillic ) dictionary for computer programmers, based on the 'Multilingual' contribution. Includes EXE, source code, and Borland bilingual demo. Sep 8: expanded vocabulary
 
LNX How to run Euphoria 3.1.1 on 64-bit Linux? 1KShian Lee updated Dec 9/17   click here to update this entry
When you try to run Euphoria 3.1.1 on 64-bit Linux you may get the error message: bash: ./exu: No such file or directory This is because Euphoria 3.1.1 needs the 32-bit libraries for 64-bit Linux system... Dec 9: New: how to compile a c file into a 32-bit shared library for open_dll().
 
WIN Documentation Helper 428KJean-Marc DURO Nov 10/16   click here to update this entry
Two programs to help document source code. doc_helper scans source code and adds documentation tags. Manually add more details then launch html_builder on modified file to get a help file (HTML). - Bug correction
 
WIN Win32 Error Codes 459KJean-Marc DURO Aug 18/16   click here to update this entry
Pretty exhaustive list of Win32 error codes as of August 2016, from 0 to 15818 (including Internet Errors). Sorted by numerical value, hex value and description in comments. v1.2: added Internet error codes resolution in FormatSystemError()
 
GEN Russian docs for EU3.1.1 218KIgor Kachan May 11/16   click here to update this entry
The complete HTML docs in Russian to learn EU3.1.1 off-line.
 
GEN HTML documentation for Euphoria 4.0tip 524KShawn Pringle Mar 8/16   click here to update this entry
HTML documentation for Euphoria 4.0tip in HTML
 
WIN Tutor2 1590KFred Mangan Feb 26/16   click here to update this entry
This is Wolfritz's old Win32Lib tutorial, with instructional code and demo programs' code modified to run under Euphoria 4 + Win32Lib. Place the Tutor2 folder in your Win32Lib folder and run file WinTutor.exw or Tutor.exe. Many things that were a 'problem' for Wolfritz and needed special coding are now quite easy to do with new commands in Win32Lib. Even so, I have as far as possible NOT re-written Wolfritz's tutorial, because it often provides insights into how the API actually works.
 
WIN wdemos 25KFred Mangan Feb 26/16   click here to update this entry
This is Dan Moyer's 2000 "Gateway" Tutorial for Win32Lib, updated to run under Euphoria 4 + Win32Lib. Put the wdemos folder in your Win32Lib folder. You may have to change the coding of some of the file paths used in program WDEMOS.EXW to make the "Gateway" work fully on your system. Fred has altered it as little as possible, though he has completed answers to some questions in Dan's FAQ.html.
 
GEN Porting from win32lib to wxEuphoria 10KJean-Marc DURO May 13/15   click here to update this entry
A small cheat sheet to help porting win32lib-based programs to wxEuphoria and gain portability.
 
GEN Design Patterns in Euphoria 13KSteve Baxter Apr 16/15   click here to update this entry
An article showing design patterns for procedural languages, and the unique pattern Euphoria 4.0 offers. Euphoria on the largest scales.
 
GEN EuHelp 20KKenneth Rhodes Feb 4/13   click here to update this entry
Universal Context Sensitive Help for 1400 Euphoria Standard Library keywords and ENUMS. Easy installation instructions for editors such as as Geany. A 3rd party library *.html help file, can be used, if no match is found in the Euphoria Standard Library index. If multiple matches are found, the number of articles to be loaded can designated by user. Feb 4: Automatic Browser selection for Linux. EUDIR constant set without using gentenv("EUDIR").
 
WIN Modern OpenGL Tutorials 715KSteve Allen Jan 2/13   click here to update this entry
Euphoria conversions of the first 6 tutorials from http://en.wikibooks.org/wiki/OpenGL_Programming. Great place to start for learning modern OpenGL in Eu. Shows how to write simple OpenGL shaders, render 2d/3d shapes, texturing. Rotations/Scaling/transformations. Uses and includes Mark Akita's SDL lib, Mics EuGL wrapper.
 
GEN Euphoria 4.1 function List 431KJohn Salvi Sep 9/12   click here to update this entry
Euphoria 4.1 Function List in various formats for Windows, DOS, DBF TXT etc.
 
LNX Euphoria 4.1 standard functions 32KJean-Marc DURO Sep 7/12   click here to update this entry
A small ODS calc sheet to find quickly where a Euphoria 4.1 routine is declared and which routines are available. Routines are listed by Unit and by Name. He needed this to port DOS Euphoria 3 source files to Linux Euphoria 4.1 ones.
 
GEN Euphoria Tutorial 1KMohtashim Jun 23/12   click here to update this entry
Euphoria is simple, flexible, easy to learn, and interpreted high-level programming language for DOS, Windows, Linux, FreeBSD and more. Euphoria's first incarnation was created by Robert Craig on an Atari Mega-ST and it was first released in 1993. It is now being maintained and enhanced by a group of open source developers. This tutorial gives a complete understanding on Euphoria.
 
GEN ABGTE tutorial annotated for OpenEuphoria 2029KTom Ciplijauskas Apr 18/12   click here to update this entry
Written by David Gay, ABGTE is the 'classic' Euphoria tutorial. This is a PDF version annotated for users of OpenEuphoria.
 
GEN Euphoria 4 API Documentation 1496KTom Ciplijauskas Apr 18/12   click here to update this entry
A sorted version of the std library documentation.
 
GEN How To Program Computers 907KSteve Baxter Feb 16/12   click here to update this entry
A tutorial for beginners in Euphoria. This book is an early attempt at a work in progress. It applies to Euphoria 3.1.1, but is perfect for beginners. His email is scdbaxterii at gmail.com. He regrets any errors, but takes no responsibility for the results of such errors. Use at your own risk.
 
GEN Euphoria 3.1 Reference Manual in Russian 154KIgor Kachan Dec 24/11   click here to update this entry
Euphoria Programming Language version 3.1 Reference Manual in Russian. You can see these documents on-line in Russian section of the RDS site. Use 7z for unpacking.
 
GEN UnOfficial Euphoria version 4 chm Help file 1372Kne1uno Jun 30/11   click here to update this entry
A help file in chm format, searchable with F1 from many editors. This is a totally unofficial version based on the official docs. The index has some minor format errors. Some section numbers may not exactly match the Official docs. Jun 30: updated to 4.0.3
 
GEN BitAboutEu 45242KFred Mangan Jun 9/11   click here to update this entry
BitAboutEu.htm describes Euphoria 3.1 rather informally, with links to demo programs and listings. It is for people who don't use Euphoria but might like to. Anyone is free to redistribute this to where it might do some good.
 
GEN Standard Library Routines Needles in Haystacks 8KShawn Pringle Jun 8/11   click here to update this entry
Documentation. A comparison of routines that take some notion of a needle and haystack as arguments organized in a table.
 
DOS Euphoria Norton Guide 239KPablo Alvarez González Apr 14/11   click here to update this entry
This is the complete Euphoria documentation in a single .NG file. The original .DOC files of Euphoria 3.1 package compiled to the Norton Guides format. Includes a freeware viewer (AXGDE.EXE), wich is compatible with the original Norton Guides viewer (NG.EXE).
 
GEN pdf documentation svn3379 2912KTom Ciplijauskas Aug 27/10   click here to update this entry
Pdf documentation for 4.0 svn3379 contains updated Euphoria Documentation. Also, an experimental pdf containing only sorted constants and routines. Aug 27: Latest version. Fixed some formatting issues. Second pdf with only sorted constants and routines.
 
GEN UnOfficial Euphoria version 4 CHM Help file beta 1600Kne1uno Jul 3/10   click here to update this entry
with doc changes since the last official eu4 release, for anyone using eubins or compiling euphoria from source. PSPad editor syntax and context INI files included. you can find a new zip from time to time listed on the download list at http://code.google.com/p/eu4qt
 
GEN Euphoria 3.1.1 Documentation in Japanese(Offline edition) 529KRDS / Ninetailfox Software Feb 24/10   click here to update this entry
Japanese translated html documentation (includes original html documentation)
 
GEN Euphoria Documentation in Japanese(Online edition) 900KRDS / Ninetailfox Software Jan 17/10   click here to update this entry
Primary documentation Japanese translation of Euphoria 3.11 He asks that reports of mistranslation be sent to http://twitter.com/9tf2010/
 
GEN Logo based on { } 15KTom Ciplijauskas Sep 29/09   click here to update this entry
An svg, { } based logo, for experimentation.
 
WIN toJP 312KWolfgang Fritz Sep 18/09   click here to update this entry
An expanded and enhanced English to Japanese ( shift-JIS ) dictionary for computer programmers, based on his 'Multilingual' contribution. Sep 18: corrections, additions, source included.
 
GEN Euphoric Mysteries E-book 6786KBill Aitken Jun 5/09   click here to update this entry
An excellent E-book for Euphoria. Note: This version runs fine on Windows XP, but maybe not Vista.
 
GEN Think Euphoria 342KTom Ciplijauskas Feb 21/09   click here to update this entry
An introduction to programming with Euphoria. First Draft.
 
GEN Euphoria 3.1/3.1.1 Help in chm format 864Ktxj2000 Apr 17/08   click here to update this entry
Euphoria 3.1.1 documentation in CHM help format.
 
DOS Kolibri OS and Euphoria for DOS 3303KIgor Kachan Oct 15/07   click here to update this entry
These are bilingual (English/Russian) HTML instructions with illustrations - how to set up the Kilibri OS and run on it DOS32 Euphoria using DOSBox, ported to the Kolibri platform.
 
GEN Euphoria 3.1 CHM documentation 427KDominiqueB Jun 16/07   click here to update this entry
Here is the latest release in .chm format of the Help files for Euphoria 3.1 Jun 16: Final release . . .
 
GEN Compiled HTML PDF for Euphoria v3.0 1302KDave Bunch Jun 13/07   click here to update this entry
Brett Pantalone's compiled HTML help manual (CHM) for the Euphoria 3.0 language and libraries packed into a single PDF file. Contains all documentation included with the RDS download. All keywords indexed and bookmarked.
 
WIN Compiled HTML help for Euphoria v3.0 285KBrett Pantalone Jan 21/07   click here to update this entry
Compiled HTML help manual (CHM) for the Euphoria 3.0 language and libraries. Contains all documentation included with the RDS download. All keywords indexed. Jan 21: Recompiled to fix broken links (oops)
 
WIN MakeDoc 12KDerek Parnell Dec 18/06   click here to update this entry
This tool generates HTML documentation from encoded documentation text. This is usually embedded in source file comments. This tools extracts the documenation comments and formats and indexes them into a number of HTML files. This is the tool that generates the docs for Win32lib. It does not require win32lib to run and can generate docs from any text file, not only Euphoria source code.
 
GEN Euphoria .chm file 414KDominique Bodin Nov 4/06   click here to update this entry
Here is the new help file system build to .chm, updated to Euphoria 3.0.1
 
GEN EuWiki backup - 2006-10-13 651KAku Oct 13/06   click here to update this entry
EuWiki database backup. (Aku and RDS have the password) Oct 13: backup on 2006-10-13.
 
GEN EuWiki backup - 20060916 344KAku Sep 15/06   click here to update this entry
EuWiki database backup on 2006-09-16. (password required)
 
WIN Adapting the Registry to Work Better with Judith's IDE 14KShawn Pringle Jun 19/06   click here to update this entry
Instructs the user to instruct Windows to use Judith's IDE to open .PRJ files.
 
GEN An introduction to Euphoria Programming 227KCharles Newbould Mar 15/06   click here to update this entry
A readable introduction to Euphoria with easy examples. The description assumes a Windows environment but could be followed by a DOS or Linux user with only slight adaptation. It covers the basics, but also incorporates simple windows programming. Intended to encourage more users of this "splendid language".
 
GEN EuDoc revised 10KAndy Drummond Sep 15/05   click here to update this entry
This is an updated version of Derek Newhall's very useful documentation-generator. Two bugs have been sorted - the alphabetic listing is now truly alphabetic, and the See Also: references now do jump to their reference entries.
 
WIN Help File Maker 630KGreg Haberek Mar 19/05   click here to update this entry
An easy-to-use program for making simple help files for your Windows-based programs. Includes a Help File Maker and a Help File Viewer (dll file) for use in your apps. Should work with any Windows library (Win32Lib, Arwen, EuWinGUI, etc.). (no source). See Readme.txt for more information.
 
WIN Step-by-step guide library 3KAlexander Toresson Apr 9/04   click here to update this entry
A library which automates the most common tasks in a step-by-step guide. Uses win32lib, but is easily adapted to any other gui library.
 
WIN Euphoria 2.4 - Documentación HTML en español 257KFernando Velo Oct 21/03   click here to update this entry
Spanish translation of the HTML documentation files of Euphoria 2.4.
 
WIN Euphoria 2.4 - Documentación en español (PDF) 655KFernando Velo Oct 21/03   click here to update this entry
Spanish translation of the HTML documentation files of Euphoria 2.4, but in PDF format.
 
WIN Euphoria Help File Maker 55KVirtual B / Roland Stowasser Jan 23/03   click here to update this entry
A system for easily creating and maintaining help files.
 
GEN Euphoria Messages in English and Russian 13KIgor Kachan Sep 26/02   click here to update this entry
The complete set of error messages and other messages that the Euphoria interpreter produces, in both Russian and English. If you have the Euphoria interpreter source code, you can use these files plus Igor's slightly modified Euphoria source files, to build a Russian version of the interpreter, or even better, translate the messages into your own language. Sep 26: fixed one bug, added a message for FreeBSD
 
GEN Refman in Spanish 37KRicardo Forno Aug 21/02   click here to update this entry
A translation of the Euphoria 2.3 Reference Manual into Spanish. Carefully and accurately done.
 
GEN .PDF Help File 676KEuler German Aug 3/02   click here to update this entry
A help file in .PDF format for Euphoria 2.3. It's based on his Windows help file.
 
GEN Modified Library Documentation 92KRod Hicks Aug 1/02   click here to update this entry
Rod reformatted and extended library.doc to make it more convenient to print and work with.
 
DOS CauseWay Manual 144KIgor Kachan May 12/02   click here to update this entry
This is the manual for the CauseWay DOS extender used by the ex.exe interpreter, and by Euphoria programs that are translated to C and compiled by Watcom. CauseWay is open source and free. Igor collected all the CauseWay manual pages from Michael Devore's Web site.
 
GEN Euphoria Documentation in Russian 248KIgor Kachan Apr 23/02   click here to update this entry
A complete translation of the Euphoria 2.3 language documentation into Russian. Choose from: code page for Windows, code page for DOS, or code page for Linux. Apr 23: updated for the FreeBSD release
 
WIN Tutorial 10KDon Phillips Dec 31/01   click here to update this entry
A tutorial to show how using one windows message you can create skinnable applications, drag windows around by the client area, much more.
 
WIN WIN32 Header Files 148KHendrik Mundt Aug 29/99   click here to update this entry
C include files containing declarations for most of the WIN32 API functions. The code was developed for the CYGWIN UNIX to WIN32 porting project.
 
WIN Windows Help File for Euphoria 2.1 231KFabio Ramirez Aug 7/99   click here to update this entry
The Euphoria documentation converted into a Windows help file.
 
WIN Windows Help File for Euphoria 2.1 246KWOLF InI Software Apr 12/99   click here to update this entry
the Euphoria 2.1 documentation as a Windows Help File. Click on the .hlp file to view it.
 
DOS Documentation in HelpPC Format 276KDetlef Reimers Oct 22/98   click here to update this entry
REFMAN.DOC, LIBRARY.DOC and some other useful documents in HelpPC format for easy browsing. The HelpPC reader and TSR program are included.
 
GEN Euphoria Article 21KRalf Nieuwenhuijsen May 6/98   click here to update this entry
an informative article about Euphoria.
 
WIN REFMAN.DOC in MS Word Format 42KJohn DeHope Aug 15/97   click here to update this entry
REFMAN.DOC in MS Word format for easier viewing. You can't view it with WORDPAD on Windows 95. You need MS Word 8.0 or higher.
 
GEN REFMAN.DOC in Spanish 27KCarlos Gonzalia Apr 17/97   click here to update this entry
Euphoria v1.5 REFMAN.DOC in Spanish. el manual de referencia de Euphoria en Español!
 
DOS Euphoria Docs in Norton format 63KClaire Anglehart, Francis Bussiere Apr 9/97   click here to update this entry
Euphoria 1.5 documentation in Expert Help / Norton Guides format
 
WIN WIN32 API Documentation 7962KMicrosoft Jan 1/95   click here to update this entry
This is a very large help file, win32.hlp for the WIN32 Application Program Interface. It describes all the C functions in the standard .dll files on Windows. You will need this information to call C API routines from Euphoria. This is a link to Borland's FTP site. For a huge, up-to-date set of API documentation (266 Mb), go to Microsoft's site.
 
WIN WIN32 API On-line Description 10KMicrosoft Jan 1/95   click here to update this entry
Microsoft's on-line description of the WIN32 API. It gives you an overview, then it leads you into the full set of functions and data structures.
 
 
This site is maintained by Robert Craig and Junko C. Miura of Rapid Deployment Software