initial commit
[rofl0r-KOL.git] / read1st.txt
blob45a9e16026bb7d0dcdacc215b9f8fbc15c65c36b
1 KEY OBJECTS LIBRARY for Delphi (and Free Pascal Compiler) - to make applications small and power. This library is freeware and open source. Delphi 2, 3, 4, 5, 6, 7 and Free Pascal Compiler 1.0.5, 1.0.6 and higher are supported. Partially compatible with Kylix (Linux/Qt platform, use special converting tool and provided files in Tools section on the site http://bonanzas.rinet.ru)\r
2 \r
3 Copyright (C) by Vladimir Kladov, 1999-2003.\r
4 Some parts of code are Copyright (C) intellectual property by other people, see comments in code and on KOL site. Thanks to all for help with KOL and MCK!\r
5 \r
6 version 2.00 (15-Nov2004)\r
7 \r
8 To get newer version, go to Web-page http://bonanzas.rinet.ru and get there updates.\r
9 \r
10 __________________\r
11 BRIEF DESCRIPTION:\r
12     KOL - Key Objects Library is a set of objects to develop applications using Delphi. It is distributed free of charge, with source code.\r
13    KOL allows to create very compact GUI applications (starting from ~14,0K without compression - if suggested system units replacement used). The majority of the code is converted to assembly.\r
14    A Help generating tool, xHelpGen is provided for KOL, which creates detailed documentation in html format. Documentation is generated on from the source code comments, so developers instantly  have access to the most fresh and complete documentation.\r
15    With advent of the MCK (Mirror Classes Kit) package, all advantages of visual programming are available for developers who use KOL.\r
16    A lot of additions are available for KOL, which allow to work with data bases, Active-X components, print reports, different image and compression formats, etc.\r
17 --------------------------------------------\r
19 This archive contains Key Objects Library main part: KOL.PAS and several test samples. At the KOL Web page (http://bonanzas.rinet.ru), you can download also additional components:\r
21 MCK             - Mirror Classes Kit - visual programming environment for KOL\r
22 xHelpGen        - utility to generate html-documentation from comments within the source code;\r
23 KolErr  (~25K) - "light" (for 6K), but functional exception handling unit\r
24 KOLEdb, StrDb (by Mike Talcott), TdkDbKol (by Thaddy de Koning) - DB-extensions for KOL\r
25 KolGif  (~20K) - GIF (animated, transparent) support for KOL\r
26 KolJpegObj (~127K + 340K) - JPEG support for KOL\r
27 KolOGL12 (~59K) - OpenGL support for KOL\r
28 KOLword (~12K) - MS Word automation\r
29 Service (~20K) - writing NT services with KOL\r
30 KOLSocket (~30K) - sockets for KOL (by Alexander Shakhaylo)\r
31 TestKOLRas (~20K) - RAS dial-up for KOL (by Alexander Shakhaylo)\r
32 sysdcu  (~200K) - system.dcu, sysinit.dcu replacement for Delphi5 (it provides a savings of 9KBytes from the .exe's file size)\r
33 sysdcuD6 (~200K) - system.dcu, ... replacement for Delphi6\r
34 HeapMM  (~1K) - alteranative memory manager\r
35 MapMem\r
36 Widgets\r
37 ZLib\r
38 ... and many others, this list is constantly extended with new items.\r
41 _____________\r
42 INSTALLATION:\r
44 1. When You install KOL the first time, create a new directory for KOL (e.g., E:\KOL).\r
46 2. Unpack all files from KOL.ZIP there. (If upgrading, confirm overwriting of old files with new ones).\r
48 3. If You downloaded xhelpgen.zip package, also unpack it into the same directory. Read also docs for xHelpGen from the package.\r
50 4. If You downloaded SYSDCU.ZIP, create subdirectory for it (e.g. E:\KOL\SYS) and unpack it there. Read also docs for system units replacement in the package.\r
52 5. To learn how to install the MCK (Mirror Classes Kit) see instructions in the MCK archive.\r
54 6. To learn how to install KOLEdb, see instructions in KOLEDB.ZIP archive. \r
56 7. For more information on the use and or installation of any of the packages packages and programs found on KOL site: look for help within it's package.\r
58 Note: KOL itself does not require creating a package since it has no design-time components to install it onto Component Palette. See MCK, which has such components and allows visual programming using KOL.\r
59 --------------------------------------------------\r
61 http://bonanzas.rinet.ru OR http://xcl.cjb.net\r
62 bonanzas@online.sinor.ru OR bonanzas@xcl.cjb.net       \r
63 Vladimir Kladov