[Lazarus] unknown property when changing platform

Marc Santhoff M.Santhoff at t-online.de
Thu Jul 31 15:40:02 CEST 2008


On Thu, 31 Jul 2008 20:11:42 +1000
"Peter Williams" <pewtas at gmail.com> wrote:

> Hi All,
> 
> I'm trying to install the attached component (intex.pas).
> 
> I have created a package and added the unit "intex.pas" to it. When I
> compile it I get this error:
> 
> /home/user/.wine/drive_c/pew_ink/Games/Frog/Delphi_source_code/Frog/Lazarus_1.4_alpha/intex.pas(41,43)
> Fatal: Can't find unit WinTypes used by intex
> 
> >From the "intex.pas" file:
> 
> uses WinTypes, WinProcs, SysUtils, Classes;
> 
> Note: I realize that this is old source code. I'd be quite happy to
> settle for a modern component which does the same thing.

AFAIK the units wintypes and winprocs are windows units and not
available for linux.
I see the wine path. Do you want to cross compile on linux for
windows?

Mattias



More information about the Lazarus mailing list