Download List

Project Description

SPTK (Simply Powerful Toolkit) is a cross-platform
toolkit that provides a set of C++ classes for
fast and easy application development. It provides
GUI components that use FLTK, and features
database support with seamless connection to GUI
components. There are drivers for use of SQLite
and PostgreSQL directly, as well as support for
other database engines through UnixODBC. SPTK
includes many classes for working with strings,
dynamic arrays, and maps, and is faster and has a
smaller footprint than STL. It also supports
reading, writing, and creating Excel 7 files,
high-level GUI components with dataset support,
support for automatic layouts, and support for
Aspell.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-04-01 16:38
3.5.7.05

This release contains lot of bugfixes and
performance improvements to the whole database
layer and the PostgreSQL driver in particular.
Tags: Major feature enhancements

2008-03-28 12:17
3.5.7-r1

Two errors in the SPTK PGSQL driver were fixed:
incorrect fetching of the BOOLEAN columns and
incorrect fetching of the VARCHAR columns with 0
length.
Tags: Minor bugfixes

2008-03-22 23:56
3.5.7

This release contains bugfixes for the SPTK
PostgreSQL driver. It also includes a new class,
CProxyLog. CProxyLog works almost like any other
log in SPTK, but the output is written into the
parent log passed to CProxyLog constructor. This
provides a thread-safe way for several threads to
write into the same physical log. The existing
class CBaseLog was extended to support minimal log
priority. Also, you can use defaultPriority()
method to define a default log message priority.
Tags: Major feature enhancements

2007-03-18 09:38
3.4.1

Major speed improvements were mad in the XML
parser and some database operations. SPTK is also
64-bit clean now. SPTK uses more of the C++
standard library now.
Tags: Major feature enhancements

2006-08-01 23:36
3.2.2

The XML parser is more efficient. XML-based GUI descriptor support has been added. Many APIs have changed to be more C++ish. Support for Visual C++ has been refined. Code::Blocks IDE support has been added.
Tags: Major feature enhancements

Project Resources