Re: [fpc-pascal] Can't resize form in WinCE

2008-09-18 Thread Vincent Snijders
Vincent Snijders schreef: Mattias Gaertner schreef: On Wed, 17 Sep 2008 09:30:16 +0200 "Paul" <[EMAIL PROTECTED]> 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 My guess: you forgot to cross

Re: [fpc-pascal] Can't resize form in WinCE

2008-09-17 Thread Mattias Gaertner
On Wed, 17 Sep 2008 20:24:27 +0200 Vincent Snijders <[EMAIL PROTECTED]> wrote: > Mattias Gaertner schreef: > > On Wed, 17 Sep 2008 09:30:16 +0200 > > "Paul" <[EMAIL PROTECTED]> wrote: > > > >> Installed these packages > >> > >> Lazarus-0.9.25-16602-fpc-2.2.2-20080916-win32.exe > >> Lazarus-0.9.25

Re: [fpc-pascal] Can't resize form in WinCE

2008-09-17 Thread Vincent Snijders
Mattias Gaertner schreef: On Wed, 17 Sep 2008 09:30:16 +0200 "Paul" <[EMAIL PROTECTED]> 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 My guess: you forgot to cross compile the LCL. Tools /

Re: [fpc-pascal] Can't resize form in WinCE

2008-09-17 Thread Mattias Gaertner
On Wed, 17 Sep 2008 09:30:16 +0200 "Paul" <[EMAIL PROTECTED]> 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

Re: [fpc-pascal] Can't resize form in WinCE

2008-09-17 Thread Paul
- Original Message - From: "Vincent Snijders" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Wednesday, September 17, 2008 2:16 PM Subject: Re: [fpc-pascal] Can't resize form in WinCE No idea. Please paste the compiler options in an ema

Re: [fpc-pascal] Can't resize form in WinCE

2008-09-17 Thread Vincent Snijders
Paul schreef: 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 in project file at line: uses {

Re: [fpc-pascal] Can't resize form in WinCE

2008-09-17 Thread Paul
UNIX}{$IFDEF UseCThreads} what went wrong here ? thanks, Paul - Original Message - From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Tuesday, September 16, 2008 7:50 PM Subject: Re: [fpc-pascal] Can't re

Re: [fpc-pascal] Can't resize form in WinCE

2008-09-16 Thread Felipe Monteiro de Carvalho
On Tue, Sep 16, 2008 at 2:38 PM, Paul <[EMAIL PROTECTED]> wrote: > version 0.9.24 Try updating then. Which means at the moment using a snapshot (you need to install both lazarus for win32 and then the wince addon on top of. You can have multiple versions of Lazarus installed in your system). Or

Re: [fpc-pascal] Can't resize form in WinCE

2008-09-16 Thread Paul
version 0.9.24 - Original Message - From: "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> To: "FPC-Pascal users discussions" Sent: Tuesday, September 16, 2008 6:55 PM Subject: Re: [fpc-pascal] Can't resize form in WinCE Which version of Lazarus

Re: [fpc-pascal] Can't resize form in WinCE

2008-09-16 Thread Felipe Monteiro de Carvalho
Which version of Lazarus are you using? You should use a snapshot, or the upcoming 0.9.26 -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Can't resize form in WinCE

2008-09-16 Thread Paul
iscussions" Sent: Tuesday, September 16, 2008 4:56 PM Subject: Re: [fpc-pascal] Can't resize form in WinCE Hello, The behavior is documented here: http://wiki.freepascal.org/Windows_CE_Development_Notes#Positioning_and_size_of_Dialogs_and_Forms In short, set the BorderStyle to bsDialog,

Re: [fpc-pascal] Can't resize form in WinCE

2008-09-16 Thread Felipe Monteiro de Carvalho
Hello, The behavior is documented here: http://wiki.freepascal.org/Windows_CE_Development_Notes#Positioning_and_size_of_Dialogs_and_Forms In short, set the BorderStyle to bsDialog, but you really should read this wiki page to better understand Windows CE development. -- Felipe Monteiro de Carv