All the downloads available throughout this site are also accessible from this page.
The Xbase++ source code is only for Xbase++ versions 1.7 or above, as I have made some use of syntax extensions introduced in 1.7.
Most source code archives now also include IronPython translations of the .prg files. The IronPython files will (in general) require the functions contained in oxipysupport.zip, as well as a local installation of IronPython itself.
| oxidesrc.zip | The complete source for the OxIDE project. (requires .NET v2 and a C# compiler) |
| oxide.zip | The executables for using the OxIDE product. (requires .NET v2 runtime) |
| oxipysupport.zip | IronPython re-implementation of Xbase++ runtime functions. Incomplete - a work-in-progress. (requires IronPython) |
| sudoku.zip | IronPython implementation of Sudoku, using WinForms. |
| xftpy.zip | IronPython FTP utility for synchronizing a local directory structure with a remote FTP site (usually a web site). |
| htmlgen.zip | IronPython utility for combining menu information with xhtml content for individual pages. |
| ox_runtime.zip | All the ancillary runtime files required to run the Xbase++ software, excluding the Xbase++ runtime itself. (Xbase++) |
| xppruntime.zip | The Xbase++ 1.82 runtime. (Xbase++) |
| xtxsrc.zip | The complete source for the xtx DLL and utilities. (Xbase++) |
| xmlconf.zip | The OASIS XML Conformance test suite (slightly modified). |
| runtestdb.zip | Source code for parsing the Conformance tests into an ObjectXB database and running them from there. (Xbase++) |
| includes.zip | Header files used by other prgs - need to be on INCLUDE path somewhere. (Xbase++) |
| oxutilsrc.zip | Source code for various utility functions used by other modules. (Xbase++) |
| overrides.zip | Override (redirect) for the break() functions (Xbase++) |
| oxbsrc.zip | Source code for the ObjectXB library (Xbase++) |
| oxguisrc.zip | Source code for the OxIDE GUI library (Xbase++) |
| sitegensrc.zip | Source code for the HTMLGEN - used to generate these pages from XML input data, LINKCHECKER - used to check the validity of all contained links, ,and XFTP - used to upload the whole site to the web host via the cURL FTP interface. (Xbase++) |
| xpathsrc.zip | Source code for the XPath processor included with the XTX library. (Xbase++) |
| puzzlesrc.zip | Source code for the "Slider" Tile Puzzle, Safari game(s) and Sudoku. (Xbase++) |
| xfdcvt.zip | A utility for converting the (class-based) code generated by the Alaska Form Designer in various ways. Most importantly, it allows for controls in the form to specify the class they are to be instantiated from. (Xbase++) |
| rexsrc.zip | The latest version of the REX library. (Xbase++) |