[fpc-pascal] Can't resize form in WinCE
Mattias Gaertner
nc-gaertnma at netcologne.de
Wed Sep 17 19:59:34 CEST 2008
On Wed, 17 Sep 2008 09:30:16 +0200
"Paul" <paul.blommaerts at telenet.be> wrote:
> Installed these packages
>
> Lazarus-0.9.25-16602-fpc-2.2.2-20080916-win32.exe
> Lazarus-0.9.25-16602-fpc-2.2.2-20080916-cross-arm-wince-win32.exe
>
> If I try to compile the project, this error pops up:
> FATAL: Can't find unit interfaces used by project 1
FPC seldom reports correct line numbers and/or filenames when 'unit not
found'.
> in project file at line:
> uses
> {$IFDEF UNIX}{$IFDEF UseCThreads}
>
> what went wrong here ?
My guess: you forgot to cross compile the LCL.
Tools / Configure Build lazarus
Mattias
More information about the fpc-pascal
mailing list