| Additional units and components | |||||||||
| Additional units, components and other for KOL & MCK. To get more, see also Links section. | |||||||||
|
|||||||||
| Additions sorted | ||
|
|
UCL is a compression and decompression library used in
the popular executable packer program UPX. This code can be used with
KOL (adding a conditional symbol to the project options). Author: Ralf Junker Home: http://www.zeitungsjunge.de/delphi/ |
|
|
|
LZH compression Author: Dmitry Matveev Home: http://mdvkol.narod.ru/ |
|
|
|
Rich text format file generator. Author: Dmitry Matveev |
|
|
|
A library for KOL to work with Interbase and other stuff. Author: Michylichenko E. a.k.a. ECM Home: http://kolibdb.100free.com |
|
|
|
Ported TxBase by Jamie Hart - direct working with DBF (memo). Author: Dmitry Matveev |
|
|
|
err.pas - supports try-except to use with KOL. kolmath.pas - floating point calculations using only KOL (mainly conversion of math.pas) cplxmath.pas - complex numbers for KOL. mmx - mmx detection with KOL. Author: Vladimir Kladov |
|
|
|
DecimalCalculations.pas - a unit to do calculations with decimal
numbers directly
(not BCD, custom format used with storing a single decimal digit in a byte).
Main arithmetic operations including square root and conversations to/from
string and floating and integer numbers are implemented. DecimalRound works
using science mathematical rules. Numbers precision is given by a constant,
by default it is 37 decimal digits (multiplication and division use double
size fraction part to prevent loosing a precision).
Note: FmtBCD in Delphi still bugged: even though 10+0.1 is fixed, 50+50=0 and
20/6=BCD overflow error, so I could not use this Delphi unit and had to
implement decimal calculations for my purposes by myself. Author: Vladimir Kladov |
|
|
|
An adaptation of components TServerSocket & TClientSocket
from VCL for KOL (with MCK-mirrors). Author: Alex Sapronov Home: http://null.wallst.ru/downloads/get.php?id=12 |
|
|
|
A component to record sound from sound card input line. Author: Alex Sapronov Home: http://null.wallst.ru/downloads/get.php?id=11 |
|
|
|
Units to work with 3D Studio Max files. Author: Dimaxx |
|
|
|
A library to work fast with sprites. Can work under Direct-X and with FastLib.
Demo provided (3 games). Author: miek Home: http://www.miek.narod.ru/ |
|
|
|
Some geometric (not graphics) functions. Author: Vladimir Kladov |
|
|
|
Some additional functions to with with date and time (Julian,
Grigorian, Nabonassar (Egyptian) calendar, calculating Judaic Passover, Catholic and
Orthodox Easter calculating). Author: Vladimir Kladov |
|
|
|
Fast working with strings using simple object.
Faster speed is achieved in result of changing a representation the string
in memory, as a sequence of dynamically allocated buffers (except the first
small buffer for 255 charaters, which is allocated statically). A test application
provided, which can proof the correcness and show the performance bench test. Author: Vladimir Kladov |
|
|
|
Tiff and Jpeg implementation based on CxImage. There are no images
found in Tiff format which could not be handled with it. Author: Vladimir Kladov |
|
|
|
KOL/MCK component implementing simle Trackbar-like control (KOL +based on paint box. Author: Vladimir Kladov |
|
|
|
Getting MAC address of the Ethernet network device. Author: Vladimir Kladov |
|
|
|
Fast and small memory manager replacement,
which uses API functions HeapAlloc, HeapFree, HeapRealloc to
allocate and free memory blocks. Can be used with KOL,
including a case when system.dcu replacement used,
or separately at all from KOL library. Author: Vladimir Kladov |
|
|
|
Slow memory manager to check entire heap on each call. Author: Vladimir Kladov |
|
|
|
An object to share memory between applications. Author: neuron |
|
|
2K |
Functions to detect system folders placement such as "My Documents",
"Autostart", "Desktop", "Start menu", etc. Author: Predvoditelev Sergey Home: http://delpas.narod.ru |
|
|
|
Measure Frequency Per Second using multimedia timer. Author: miek |
|
|
|
Multi-langauage interface in the application, no MCK mirror. Author: non |
|
|
|
This unit contains procedures to print content of
RichEdit control using and not using object TKOLPrinter / MHPrinter. Author: Alex Sapronov Home: http://null.wallst.ru/kol/ |
|
|
|
Thirst published: 11-Jul-2005
TFlic object (derived from TAnimation, see Animation package above).
Allows to load, decode and animate .fli, .flic, .flc and other similar files from the
old time Autodesk Animator Pro. Author: Vladimir Kladov |
|
|
4K |
TKOLAbout object, implementing professional about dialog,
with MCK mirror component. Author: Dmitry Zharov a.k.a. Gandalf Home: http://delphisoftware.narod.ru/ |
|
|
|
Thirst published: 30-Sep-2002
PCX format decoding support for KOL
(2 colors, 16 colors in 1 and 4 planes, 256 colors and True Color
formats are supported). Author: Vladimir Kladov |
|
|
|
Thirst published: 14-Oct-2002
TKOLOLERichEdit, extending standard Rich Edit control with
capability to insert images and other objects. Author: Alexander Shakhaylo |
|
|
|
KOL/MCK component which extends tree view control and
allows to have directory tree view on form. Author: Vladimir Kladov |
|
|
|
Some useful functions: GetSystemFolder, CreateLink,
ResolveLink - to work with links in Windows file system (.lnk-files). Author: Vladimir Kladov |
|
|
|
Alternative dcr-file with icons for standard MCK components. Author: Roman Vorobets |
|
|
|
SmoothDIB.pas contains an extension object for KOL.TBitmap,
TSmoothDIB. It provides additional property PenWidth: Double and additional
method DrawLine( x1, y1, x2, y2: Double ), which both allow drawing lines
smooth (anti-aliased) on DIB bitmap (pf15bit, pf24bit, pf32bit). Author: Vladimir Kladov |
|
|
|
Dual list dialog. Idea is from RX Lib. No MCK mirror, but easy
to use without it. Demo provided. Author: Boguslav Brandys |
|
|
|
XX-Socket for KOL based on XSocket. Author: Vladimir Kladov |
|
|
|
Skins. Uses GDI+. Author: Thaddy de Koning Home: http://thaddy.co.uk/ |
|
|
|
KOL/MCK component KOLSoundCtl to control sound volume.
Low-level functions to control sound volume easy also provided. Author: Vladimir Kladov |
|
|
|
TARGA graphic format reader. Author: Brdo |
|
|
|
TAnimation object (abstract prototype to descend other animation
objects from, such as TGif, TAniIcon, TFlic), and TAniShow control object to
place any TAnimation descending object instance on form visually.
Also, TAniIcon (descendant from TAnimation) object as a simple example of
deriving TAnimation descendant. TAniIcon can animate .ani-files (animated icons
and cursors). Author: Vladimir Kladov |
|
|
|
Thirst published: 4-Jun-2002
KOL/MCK component implementing Trackbar (KOL object derived
from TControl using recommended way how to inherit new controls). Author: Vladimir Kladov |
|
|
|
KOL/MCK component very like to KOLSplitter but with some
differences. Author: Vladimir Kladov |
|
|
|
TFastStrListEx is very similar to usual TStrListEx in KOL, but it
is oriented to fast work without ansi strings at all. This allows to make applications
10 and more times faster then using ansi strings. Though, memory requirements
for TFastStrList could be much more expensive. Author: Vladimir Kladov |
|
|
|
An object to encrypt/decrypt data. Author: neuron |
|
|
6K |
MCK component to use manifest XP in MCK projects. Author: Dmitry Zharov a.k.a. Gandalf Home: http://delphisoftware.narod.ru/ |
|
|
6K |
A dialog to find / replace text. Author: Dmitry Zharov a.k.a. Gandalf Home: http://delphisoftware.narod.ru/ |
|
|
|
X-Socket for KOL based on code by Marat Shamsiev. Author: Roman Vorobets |
|
|
|
A very, very fast KOL implementation of a
Fast Fourier Transform object. Also used in Fruity Loops. Author: Thaddy de Koning Home: http://thaddy.co.uk/ |
|
|
|
A tool to allocate fixed length records from a heap on file.
Allows to allocate so much memory, how much is available on disk, independing
on Windows virtual memory size available. Author: Vladimir Kladov |
|
|
|
MCK design time Font editor. Author: Alexander Pravdin a.k.a. Speller |
|
|
8K |
MHFontDialog component, with MCK mirror. Author: Dmitry Zharov a.k.a. Gandalf Home: http://delphisoftware.narod.ru/ |
|
|
|
Directory view with updating it when something is changed on disk. Author: non |
|
|
9K |
KOL object TKOLMHPrinter. Author: Dmitry Zharov a.k.a. Gandalf Home: http://delphisoftware.narod.ru/ |
|
|
|
A sample of using API Tooltips with some controls. Author: Andrzej Kubaszek |
|
|
9K |
MCK component, which allows to add version information to
an executable. Author: Dmitry Zharov a.k.a. Gandalf Home: http://delphisoftware.narod.ru/ |
|
|
9K |
KOL/MCK track bar control component. Author: Dmitry Zharov a.k.a. Gandalf Home: http://delphisoftware.narod.ru/ |
|
|
10K |
A component IPEdit to edit IP-address. Author: Dmitry Zharov a.k.a. Gandalf Home: http://delphisoftware.narod.ru/ |
|
|
|
A sample of using API Tooltips with some controls. Author: Igor Popov |
|
|
10K |
MHHeaderControl - header control, not yet full featured,
all extentions are welcome. Author: Dmitry Zharov a.k.a. Gandalf Home: http://delphisoftware.narod.ru/ |
|
|
|
TKOLDHTMLEDIT object with MCK-mirror. Author: Alexander Shakhaylo |
|
|
11K |
Highlighting Object Pascal / Delphi source in VMHSyntaxEdit
control. Author: Dmitry Zharov a.k.a. Gandalf Home: http://delphisoftware.narod.ru/ |
|
|
|
TKOLAgent object with MCK mirror. Author: Dimaxx |
|
|
|
TWordDocument object, which allows to automate MS Word -
all its methods and properties are available. Demo (6K exe) supplied. Author: Vladimir Kladov |
|
|
12K |
Office XP-styled controls, platform-independant. Ready-to-use:
Panel, Button, EditBox, Memo, RichEdit, CheckBox, RadioBox, ComboBox.
Other are planned. Author: Dmitry Zharov a.k.a. Gandalf Home: http://delphisoftware.narod.ru/ |
|
|
13K |
A component similar to VCL's MonthCalendar. Author: Dmitry Zharov a.k.a. Gandalf Home: http://delphisoftware.narod.ru/ |
|
|
14K |
Ported for KOL compression algorithms LZO (1.08)
used in UPX compressor Author: Anrey Kudryavtcev |
|
|
|
A component to drag and drop something from KOL form to another application. Author: non |
|
|
|
UPD networking for KOL. |
|
|
|
Spell checking using MS Office. |
|
|
|
KOLODBC.pas allows to work with any databeses through
ODBC driver. Author: Vladimir Kladov |
|
|
|
IPX networking for KOL. |
|
|
|
Implements Mailslots and Named and Anonymous Pipes as KOL
TStream descendants. Author: Thaddy de Koning Home: http://thaddy.co.uk/ |
|
|
|
KOL object TMediaPlayer (moved here from KOL.PAS
to deference MMSystem.pas). Author: Vladimir Kladov |
|
|
|
KOL/MCK components TKOLColorCombobox and TKOLFontCombobox. Author: Boguslav Brandys |
|
|
|
Another fast and small memory manager replacement.
Can be used with KOL, including a case when system.dcu replacement used,
or separately at all from KOL library. Author: Vladimir Kladov |
|
|
|
Sample of Microsoft Agent 2.0 ActiveX control support. Author: Boguslav Brandys |
|
|
|
Unit CRT4KOL.pas contains a set of functions and objects to
work with console in Win32 environment. Author: Vladimir Kladov |
|
|
|
Implements the MD5 message digest algorithm very cleanly,
with demo. Author: Thaddy de Koning Home: http://thaddy.co.uk/ |
|
|
|
Very simple and Powerfull XML generator objects for use with KOL,
although only a subset of the standard supported. Including Demo, freeware. Author: Thaddy de Koning Home: http://thaddy.co.uk/ |
|
|
|
some more audio stuff: core library of building blocks for
audio effectprosessing. It contains filters, delays, lfo and almost
all the utility functions necessary to work with 32 bit floating point
audio at any samplerate. Author: Thaddy de Koning Home: http://thaddy.co.uk/ |
|
|
20K |
So named library of Mike Lishke ported to KOL. Author: Dmitry Zharov a.k.a. Gandalf Home: http://delphisoftware.narod.ru/ |
|
|
KOLSPCComponents
|
|
SPCDriveComboBox, SPCDirectoryListBox, SPCFileListBox,
SPCFilterComboBox, SPCDirectoryEditBox (new in v1.3)
components with MCK mirrors. Author: Michail Besschetnov Home: http://extractor.far.ru/ |
|
21K |
A component to work with Com-port. Author: Dmitry Zharov a.k.a. Gandalf Home: http://delphisoftware.narod.ru/ |
|
|
|
A template that can really be installed as a hardware device. Author: Thaddy de Koning Home: http://thaddy.co.uk/ |
|
|
|
Thirst published: 8-Oct-2001
ListView enchancement object. You can edit all the fields
of KOLListEdit. With visual mirror component. Author: Alexander Shakhaylo |
|
|
26K |
Ported for KOL compression algorithm BZip2 |
|
|
|
Thirst published: 29-Sep-2002
PNG format decoding, encoding and drawing support for KOL.
(KOL v1.56 or higher required, and KOLZLib
v2.151 or higher) Author: Vladimir Kladov |
|
|
|
KOL/MCK components TKOLUpDown control. Author: Boguslav Brandys |
|
|
|
TPCAsm object to compile assembler source to memory on fly, then
compiled code can be executed immediately. Last version requires FastStrList
(below). Author: Vladimir Kladov |
|
|
27K |
VCL String Grid ported for KOL. Author: ? |
|
|
|
Small database table implementation for KOL,
implemented as a file with fixed length string fields.
(This data format is compatible with MS Access for import/export). Author: Mike Talcott |
|
|
|
An object (with MCK mirror) to save form size and position. Author: Alexander Shakhaylo |
|
|
|
Adaptation of ZLib 1.1.4 for KOL. Required by
KOLPNG. Author: Alexey Shuvalov |
|
|
|
Additional visual control (to select/edit date using
calendar control from comctl32.dll). Author: Boguslav Brandys |
|
|
|
Units: KOLMRBStrings (some string utilities),
KOLScreenShot, KOLTitleMenu, KOLInputQuery (some IP, URL,
string utilities). Author: Brdo |
|
|
|
Thirst published: 19-Oct-2001
KOLEdb.pas allows to work with any databeses through
OLE DB protocol. Read and write both supported now. Author: Vladimir Kladov |
|
|
|
A component to download files using http protocol. Author: Alexander Shakhaylo |
|
|
31K |
A component to work with LPT-port. Only for Windows 9x/ME ! Author: Alexander Robotahoff |
|
|
|
Info bar, very similar to those used in the RAR archiver. Author: Dimaxx |
|
|
|
Progress bar, very similar to those used in the RAR archiver. Author: Dimaxx |
|
|
|
An example how to use WinAmp IO plugin extensions
for your own purpose. Author: Dimaxx |
|
|
|
Colored ProgressBar with caption (with MCK mirror). Author: Alexander Shakhaylo |
|
|
32K |
Supporting Tooltips in KOL. It is sufficient to add a
conditional symbol USE_MHTOOLTIP in KOL/MCK project to allow using this
kind of tooltips. Author: Dmitry Zharov a.k.a. Gandalf Home: http://delphisoftware.narod.ru/ |
|
|
33K |
More hints. Author: Alexander Robotahoff |
|
|
|
Small TCP Client-Server (Sockets) objects, with demo. Author: Mike Sevbo |
|
|
34K |
Some additional functions to work with strings, convert numbers,
etc. Author: Alexander Robotahoff |
|
|
|
DBF format reader, free with source, demo project included. Author: Thaddy de Koning Home: http://thaddy.co.uk/ |
|
|
35K |
A component to work with SQLite, sqlite.dll required from
(www.sqlite.org). Author: Boguslav Brandys |
|
|
36K |
KOL/MCK component extending combo box (list of drives available). Author: Alexander Bartov Home: http://delphikol.narod.ru/ |
|
|
36K |
Extended panel. Author: Dmitry Matveev |
|
|
37K |
Regular expressions. KOL and VCL versions could be switched
easy, just adding conditional definition symbol KOL_MCK for KOL. |
|
|
|
Form enchncement objects, with visual mirrors, which allow to
add custom buttons to a form caption bar. Author: Alexander Shakhaylo |
|
|
37K |
Drawing text using glyphs from a bitmap rather then characters.
Demo provided. Author: Dmitry Matveev |
|
|
|
KOL/MCK components TKOLCPLApplet and TKOLCPLProject,
which allows creating cpl applications to put it into Control Panel. Author: Boguslav Brandys |
|
|
|
Criptography AES. Author: Dimaxx |
|
|
43K |
Another KOL/MCK component to place icon in tray. Author: Alexander Bartov Home: http://delphikol.narod.ru/ |
|
|
|
An adapted version of freeware TZip component by
Angus Johnson.
This package needs Zip DLL's (zipdll.dll and unzdll.dll) of version
1.60P. (Author:
Eric W. Engler, WWW page:
http://www.geocities.com/SiliconValley/Network/2114/
) Author: Boguslav Brandys |
|
|
|
TKOLPDF object with MCK mirror. Author: Dimaxx |
|
|
48K |
A unit with Tbitmapbutton (non-rectangle button) and some
useful additional functions. With Demo. Author: Tamerlan311 |
|
|
|
Thirst published: 28-Mar-2002
KOL/MCK components TKOLPageSetupDialog, TKOLPrintDialog,
TKOLPrinter and printing RichEdit demo. Author: Boguslav Brandys |
|
|
|
FTP client control with mirror and example of small FTPClient application. Author: Alexander Shakhaylo |
|
|
50K |
KOL/MCK component extending list view. It allows to work with
certain directory catalogue and browse files in it on the form. Author: Alexander Bartov Home: http://delphikol.narod.ru/ |
|
|
53K |
Extended MonthCalendar, with demo. Author: Michylichenko E. a.k.a. ECM |
|
|
|
TKOLFlash object with MCK mirror. Author: Dimaxx |
|
|
|
TKOLWebBrowser object with MCK mirror. Author: Dimaxx |
|
|
|
Working with Com-port, with demo.
Also TKOLLed visual component with MCK mirror. Author: Vasyly Pyvko |
|
|
|
Drawing plot of function. Including fully-functional Plotter
demo-application. All with source. Author: Alexander Shakhaylo |
|
|
|
Thirst published: 16-Jul-2001
This archive contains ActiveKOL and KOLComObj units,
and TLB2KOL convert utility,
which allow to use imported ActiveX controls on KOL forms,
creating OLE container applications with executable size starting
from 43,5K (with system.dcu replacement).
KOL_ERR v3.0.87 and KOL v0.87 are required. To use with visual MCK project, also MCK v0.87 is required. Delphi2 is not supported (it has no capabilities to import ActiveX components). All versions starting from Delphi3 are supported (though some compatibility problems are possible with Delphi3). Author: Vladimir Kladov |
|
|
56K |
Alternative tooltip hints. Author: Dmitry Matveev |
|
|
|
This archive contains an example of dial-up application
and RAS.PAS - translation of Microsoft ras.h file. Author: Alexander Shakhaylo |
|
|
|
Thirst published: 24-Jun-2001
GIF format decoding (not encoding!) and drawing support.
Transparency, animation, scaling are supported very well. Alternative
decoding from KOLGraphicEx package (below) can be used if this given
by an option. There is TGifShow control with MCK mirror TKOLGifShow
which can be used to put GIF animation to the form. And another way is
to turn on one option, and TGif is inherited from more common object
TAnimation, and can be placed on form via TAniShow control from the
Animation package (see below). Author: Vladimir Kladov |
|
|
|
Fast and small (and configurable to be even smaller) memo-like control,
with ability to highlight text (fast). Undo/redo, + usual edit operations. Author: Vladimir Kladov |
|
|
|
OpenGL support for KOL. Also Demo-project
available (24K). Author: Vyacheslav A. Gavrik |
|
|
|
An object to share PStrList between different applications,
with mirror component. Author: Alexander Shakhaylo |
|
|
|
MIDI Keyboard which allows to play music with mouse.
Can select pitch, octave and instrument. Author: Thaddy de Koning Home: http://thaddy.co.uk/ |
|
|
|
MS Script control. Author: Thaddy de Koning Home: http://thaddy.co.uk/ |
|
|
|
NT privileges. Also contains LsaApi.pas. Author: Alexander Shakhaylo |
|
|
62K |
Open/Save/Color Dialog. Similar to stndard + capability
to place additional controls (e.g. to implement PictureDialog) +
additional settings and events. Demo provided. Author: Dmitry Matveev |
|
|
|
Ported Socket.pas, socket object, with mirror component. Also
Telnet demo application provided. Author: Alexander Shakhaylo |
|
|
|
KOL/MCK components TKOLReport, TKOLBand, TKOLReportLabel,
which allow to create reports easy and print it. Have own preview form.
Either KOLPrintDialogs or
KOLMHPrinters can be used.
To create pages, metafiles are used, providing high-quality and fast printing. Author: Vladimir Kladov |
|
|
65K |
Ported for KOL compression algorithms ZLiv (1.2.1) and BZip (1.0.2) Author: GMax |
|
|
|
Thirst published: 25-Aug-2001
NT Service with KOL. Author: Alexander Shakhaylo |
|
|
|
Thirst published: 4-Jun-2002
TCPServer & TCPClient components for KOL (with mirrors for MCK). Author: Roman Vorobets |
|
|
70K |
Synapse library. Author: Boguslav Brandys |
|
|
|
OpenGL OOP for KOL. With three demo-projects.
available (24K). Author: Vladimir Kladov |
|
|
|
DDE with KOL (Server and Client, both with mirror components). Author: Alexander Shakhaylo |
|
|
|
Unzip files. Does not require separate DLL. Author: Dimaxx |
|
|
|
80 imaging effects KOL. Author: Dimaxx |
|
|
|
Windows Address Book object and example, ported from VCL. Author: Alexander Shakhaylo |
|
|
96K |
Grid component. Demo provided. Author: Dmitry Matveev |
|
|
|
Thirst published: 14-Aug-2001
Jpeg format decoding, encoding and drawing support for KOL.
(KOL v1.44 or higher required). Also sources
(344K) are available provided by JPEG Independant Group,
which were used to build object modules, used in the package.
Can use Jpeg objects from Delphi7 (JpegLib ver 6B). Author: Vladimir Kladov |
|
|
KOLGraphic
|
|
Thirst published: 5-Sep-2003
Graphic formats reading supported:
Author: Dimaxx |
|
|
Regular expressions compatible with the Perl language syntax Author: Israel R. V. |
|
|
145K |
A component to store and draw on form raster image (BMP).
Demo provided. Author: Alexander Pravdin a.k.a. Speller |
|
|
|
TKOLCDWriter object with MCK mirror. Author: Dimaxx |
|
|
150K |
Image compression (loss-less), more effective than PNG or GIF for images having big areas
filled in with the same color. Author: miek Home: http://www.miek.narod.ru/ |
|
|
150K |
Image compression (loss-less), more effective than PNG or GIF for images having big areas
filled in with the same color. Author: miek Home: http://www.miek.narod.ru/ |
|
|
152K |
In differ to Memo and RichEdit, this component is much faster,
OS independant, supports Unicode, syntax-highlighting, printing in bands (?),
line enumeration, bookmarks and many other. (Notes: big, bugged, not finished). Author: Dmitry Zharov a.k.a. Gandalf Home: http://delphisoftware.narod.ru/ |
|
|
155K |
A component to rip sound CD and encode music. Author: Dmitry Zharov a.k.a. Gandalf Home: http://delphisoftware.narod.ru/ |
|
|
170K |
A set of methods to calculate hashes (11 methods) and
data encoding / decoding (20 methods). Author: Dentall |
|
|
170K |
MPEG audio, ID3v1, ID3v2 and WMA tags by Jurgen Faul,
ported to KOL. Plus a capability to save WMA-tags. Author: Dmitry Matveev |
|
|
|
ListEdit-based object to represent database table,
like TDBGrid in VCL. With mirror component. It uses KOLEDB
to access database table data. Author: Alexander Shakhaylo |
|
|
229K |
A component to work with SQLite, there are no dll required. Author: Thaddy |
|
|
241K |
A library of network components. In differ to Indy, some
functions are tested and working well (SMTP, HTTP, Ping). Author: Dmitry Zharov a.k.a. Gandalf Home: http://delphisoftware.narod.ru/ |
|
|
|
Thirst published: 28-Aug-2003
An application Pico-player (82K), which does not require
any codecs installed on the PC and can play MP3-files,
with all the sources, FREEWARE. Author: Thaddy de Koning Home: http://thaddy.co.uk/ |
|
|
|
Contains an object and an interface dll to use ASIO
audiostreaming drivers with KOL with very low latency.
Including Demo, including Steinberg ASIO SDK documentation.
The code is freeware, but distributed applications are subject to a
(free and enclosed) licensing agreement by Steinberg.
Also used in Fruity Loops.
Also, Audio stream demo (29K) is available to download. Author: Thaddy de Koning Home: http://thaddy.co.uk/ |
|
|
426K |
MultiWav - component to mix several wave sounds via DirectSound buffer.
Salut - component to represent graphic fire work effect, with sounds mixed via MultiWav. Author: Vladimir Kladov |
|
|
|
KOL Gdi+ Author: Thaddy de Koning Home: http://thaddy.co.uk/ |
|
|
~145K |
Fast migrating of existing KOL or MCK project to use of
GRush Controls. |
|
|
~145K |
Set of controls with very cool view, working fast. |
|
Copyright (C) 1999-2006 by Vladimir Kladov