Krzysztof <[email protected]> hat am 30. August 2012 um 20:00 geschrieben:> Hi,
>
> First, KOL 2.80.3 from wiki can't install on stable Lazarus 1.0 FPC
> 2.6.0. I fixed this source (it referenced to old lazarus editor name).
>
> But now I have problem with compile empty KOL project. I added kol
> directories to project path but still nothing. I get error:
> "Can't open include file MCKfakeClasses.inc" in unit1. So I forced path from:
> {$I MCKfakeClasses.inc}
> to:
> {$I ..\<kol dir>\MCKfakeClasses.inc}
>
> But now it can't include KOLDEF.inc which is declared in
> MCKfakeClasses.inc . What changed in including method from Lazarus
> 0.9.30 to 1.0? I remember on 0.9.30 this package worked fine. Must I
> check something in project options?
>
> Windows XP SP3 32bit
> Lazarus 1.0 FPC 2.6.0

Change the package type of the package fro DesignTIme only to Design and Run
time.

Mattias
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to