Home arrow Support arrow Download Library
Download Library Print

Most Library applications require Suneido to run - it must be downloaded separately.

Warning: Older Library applications will have been developed with older versions of Suneido and may not work with the latest release.


Download Suneido


Accounting Application - Axon Development Corp. - Tracy Arams
Last Updated: March 13, 2007

Note: For the Login version, the username and password are both "admin".
This is a development snapshot of Axon's accounting project including full source code. Axon is looking for feedback and suggestions.The installer contains everything required to run the application (including Suneido).

Readme
Accounting Installer (6 mb)
License: Non-Commercial


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
pdf_libharu_demo.zip (800 kb)
License: Free


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
new_release_tool.zip (4 kb)
License: Free


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
cm_sqlite.zip (150 kb)
License: Free


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
cm_mysu_admin.zip (32 kb)
License: Free


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
dbfimport.zip (18 kb)
License: Free


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
OdbcSock (8 k)
License: Free


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
ftplib.zip (7 kb)
License: Free


Syntax Manual - Ajith.R

Added: Aug. 22, 2004

This package contains a Suneido "book" describing the syntax of the Suneido language.

Readme
syntax.zip (34 kb)
License: Non-Commercial


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
forum.zip (57 kb)
License: Free


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
beginner.zip (50 kb)
License: Non-Commercial


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
email.zip (10 kb)
License: Free


mdilib - Steve Heyns

Warning: This library does not work with the latest versions of Suneido. 

Last Updated: Dec. 8, 2002

Support for MDI (Multiple Document Interface) applications. Includes an example MDI version of the IDE.

Also includes SplitScintillaControl and SplitLibViewControl.

Readme
mdilib.zip (21 kb)
License: Free


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
InspectionLib.zip (14 kb)
License: Free


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
classlib.zip (68 kb)
License:Free


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
todo.zip (48 kb)
License: Free


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
mysqlsu.zip (222 kb)
License: Free


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
dl_lib.zip (11 kb)
License: Free


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
SuneidoUnit10.zip (4 kb)
License: Free


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
traverse.zip (2 kb)
License: Free