Most add-on applications require Suneido to run – it must be downloaded separately.
Warning: Older applications will have been developed with older versions of Suneido and may not work with the latest release.
Download the latest version of Suneido – suneido20180117.zip
The download includes:
- Windows executable
- Java jar
- standard library
- documentation
Installation does not require any registry or other system changes.
You can also download (including older versions) from Sourceforge or GitHub
Accounting Application – Axon Development Corp. – Tracy Arams
Last Updated: January 4, 2011
This is a development snapshot of Axon’s accounting project including full source code.
The download contains everything required to run the application (including Suneido).
Some of the newer features:
- spell checking (e.g. Business > Business Partners > Comments
- unlimited attachments (e.g. Business > Business Partners)
- customization (e.g. Custom tabs and the “gear” button)
- drill down on reports (e.g. Financial > Account Activity and Trial Balance)
- Business > Calendar
- themes (Business > Customize Theme)
ReadMe | Non-Commercial License
Download 9.9 MB Accounting Installer
Interface to PDF LibHaru – Claudio Mascioni
Added: November 28, 2006
A basic wrapper to interface HARU PDF library interacting with libhpdf.dll 2.0.5
Allows you to create PDF documents from Suneido code.
ReadMe | Free License
Download 780.7 KB pdf_libharu_demo.zip
New Release Tool – Roberto Artigas Jr. & Ajith.R
Last Updated: Aug. 7, 2006
Changes: removed +50 option (no longer needed/supported)
When there is a new release of Suneido, this tool can be used to dump tables from your current database to load into the new database.
Note: If you use the SuneidoSetup.exe installer download (rather than just the zip file) it automatically handles updating your database without requiring you to dump or load any existing data.
ReadMe | Free License
Download 3.5 KB new_release_tool.zip
SQLite Interface – Claudio Mascioni
Added: Oct. 30, 2005
Provides a basic wrapper to interface SQLite databases version 3 via SQLite3 DLL’s. You can do many things with the C API to SQLite 3, directly from Suneido.
ReadMe | Free License
Download 151.4 KB cm_sqlite.zip
Database Admin Tool – Claudio Mascioni
Last Updated: Oct. 25, 2005
Changes: Minor changes and fixes. Added plugin for IDE menu.
A simple and basic Suneido database tables administrator. This is a preliminary version which likely still has bugs. Allows viewing, printing, creating, renaming, and destroying tables and columns, and more.
ReadMe | Free License
Download 30.4 KB cm_mysu_admin.zip
Import DBF Files – Claudio Mascioni
Last Updated: Oct. 24, 2005
Changes: Minor changes and fixes. Added plugin for IDE menu.
Import various types of dbf (Dbase) data files into Suneido data files. Version 0.9
ReadMe | Free License
Download 18.3 KB dbfimport.zip
ODBC Socket Interface – Olivier Auverlot
Last Updated: April 25, 2005
A Suneido library that interfaces with ODBCSocketServer to allow Suneido to access ODBC databases.
ReadMe | Free License
Download 8.3 KB OdbcSock.zip
FTP Client – Jos Schaars
Added: Sept. 7, 2004
This is a fairly basic but complete ftp-client, only supporting passive transfer modes and fully coded in Suneido without any external libraries.
ReadMe | Free License
Download 6.7 KB ftplib.zip
Syntax Manual – Ajith.R
Added: Aug. 22, 2004
This package contains a Suneido “book” describing the syntax of the Suneido language.
ReadMe | Non-Commercial License
Download 33.8 KB syntax.zip
Forum Database Manager – Ajith.R
Last Updated: April 24, 2004
Changes: Download supports web pages incremented using alphabets. An option to update forum_db from another table. The viewer supports viewing pages based on multiple criteria.
A small program intended primarily for Suneido Forum members. It aims to download the forum pages into a table in the Suneido database, modify it and view it at one’s convenience.
ReadMe | Free License
Download 60.7 KB forum.zip
A Beginner’s Manual – Ajith.R
Last Updated: Mar. 3, 2004
Changes: Indented the code.
This package contains a Suneido “book” explaining the development of an application by a Suneido “beginner”. The library containing the source code for the application is also included.
Here is just the manual as a pdf: BeginnersManual.pdf (to download, right click and choose save)
ReadMe | Non-Commercial License
Download 50.8 KB beginner.zip
Email Processing – Suneido Software – Jeff Ferguson
Last Updated: Dec. 17, 2002
Changes: Updated to work with latest release.
This program is used to automatically read the Suneido download emails using PopClient, extract information to save in a database table, and send replies using SmtpClient. The functions that check the mailing list and the download emails are being scheduled to run using Suneido’s task scheduler. Also included is Suneido’s mailing list program.
Note: If you just want to send and receive email, you don’t need this library, you just need SmtpClient (for sending) and PopClient (for receiving) from the stdlib standard library.
ReadMe | Free License
Download 10.2 KB email.zip
InspectionLib – Steve Heyns
Last Updated: June 24, 2002
This is an alternate IDE Library which extends Library View by adding an object member / method tree.
ReadMe | Free License
Download 13.2 KB InspectionLib.zip
Class Tree Generator – Roberto Artigas Jr.
Last Updated: May 14, 2002
Changes: Added extraction of tagged comments.
Includes a library containing several class trees from different languages and a utility for generating a class tree for Suneido’s stdlib. Also includes functions for generating trees showing the dll functions used by Suneido and also to show Suneido functions in an alphabetical fashion. Utilities for generating class tree libraries from files are provided. Includes files for Suneido, wxWindows, Fox, and VCF classes.
ReadMe | Free License
Download 69.2 KB classlib.zip
Todo Application – Suneido Software – Jeff Ferguson
Last Updated: Apr. 15, 2002
Changes: Updated for the current release of Suneido.
The Todo application was developed in order to keep track of the things that needed to be done for Suneido. It is set up in an Explorer with the tree on the left and form on the right which displays the selected item’s data. Includes filtering and search abilities. Some of our todo list is included as sample data.
ReadMe | Free License
Download 47.8 KB todo.zip
MySQL Interface Library – Roberto Artigas Jr.
Last Updated: Mar. 15, 2002
A library for interfacing with the MySQL database. It includes the ability to import and export tables and data to and from MySQL. Uses Suneido’s DLL interface to communicate with MySQL. Note: MySQL is not included – it must be obtained separately.
ReadMe | Free License
Download 222.2 KB mysqlsu.zip
Dump/Load Library – Roberto Artigas Jr.
Last Updated: Feb. 23, 2002
Changes: Added a new Suneido Source output format.
A library of additional formats to dump/load database tables. Includes XML and DTD formats (output only). Also includes the ability to dump Suneido tree formats (like stdlib) to XML format.
ReadMe | Free License
Download 10.7 KB dl_lib.zip
SuneidoUnitLib v1.0 – Randy Coulman
Last Updated: Sept 13, 2001
A Suneido version of Kent Beck’s Extreme Programming xUnit testing framework.
Note: Suneido now includes an equivalent testing framework in its standard library – it is not necessary to download this library in order to write automated unit tests.
ReadMe | Free License
Download 3.9 KB SuneidoUnit10.zip
Tree Traversal Example – Roberto Artigas Jr.
Last Updated: May 28, 2001
Changes: Added new functions for starting the traversal at a specific node.
Includes a library containing functions that will traverse a tree.
ReadMe | Free License
Download 2.0 KB traverse.zip