Skip to content

KittoFAQ

Carlo Barazzetta edited this page Sep 8, 2017 · 2 revisions

Kitto Q&A

This page links to a growing collection of questions about Kitto2. If you need an article covering a particular subject, or if you think you have something to contribute, let us know by posting in the issues section of this repository.

Does Kitto work with FreePascal/Lazarus?

Currently Kitto supports only Delphi from XE7 to latest version. We have no own interest in supporting earlier versions or Delphi nor Lazarus/FPC, but contributions in this regard are welcome.

Why are my Kitto applications (even the examples) not showing any GUI when launched?

They are probably trying to run as a service, which Kitto does when started under an administrative account. In such cases, you can force them to run in GUI mode by passing -a on the command line (or in Delphi's debugger parameters).

Clone this wiki locally