Difference between revisions of "KOL-CE"

From Free Pascal wiki
Jump to navigationJump to search
Line 19: Line 19:
  
 
== Installation ==
 
== Installation ==
 +
# Download KOL-CE sources.
 +
# Run Lazarus and choose '''Components > Load package file''' menu item. Then navigate to '''MCK''' folder and choose <tt>'''MirrorKOLPackage.lpk'''</tt> file.
 +
# Package window will apper. Press '''Install''' button.
 +
# Lazarus will compile MCK package and IDE will be restarted.
 +
# After restart KOL tab will appear on components palette.
  
 
== Creating MCK project ==
 
== Creating MCK project ==

Revision as of 19:52, 18 October 2007

Introduction

KOL-CE is Free Pascal/Lazarus port of KOL&MCK devloped by Vladimir Kladov (http://kolmck.net).

KOL-CE allows to create very compact Windows GUI applications (starting from ~40KB executable for project with empty form).

Initially KOL-CE was planned as KOL port for WinCE only. But later I decided to keep Win32 functionality and made it work with FPC smoothly. Original KOL is targeted for Delphi and does not work with FPC very well. Original MCK can not be used with Lazarus at all.

Requirements

  • Free Pascal compiler 2.2.0 or later for Win32.
  • arm-wince cross compiler 2.2.0 or later for Win32 (for WinCE development only).
  • Lazarus 0.9.23 or later for Win32.

Supported targets

  • All 32-bit Windows: from Windows 95 to Vista.
  • Windows CE based PocketPC and Smatphones.

Download

Get the latest KOL-CE sources from svn using this link: https://kol-ce.svn.sourceforge.net/svnroot/kol-ce/trunk

Installation

  1. Download KOL-CE sources.
  2. Run Lazarus and choose Components > Load package file menu item. Then navigate to MCK folder and choose MirrorKOLPackage.lpk file.
  3. Package window will apper. Press Install button.
  4. Lazarus will compile MCK package and IDE will be restarted.
  5. After restart KOL tab will appear on components palette.

Creating MCK project

Contacts

Report bugs, submit patches and ask questions at project's page at SourceForge: http://sourceforge.net/projects/kol-ce/