Re: [lazarus] Windows CE Patch

2006-04-23 Thread Mattias Gaertner
On Tue, 18 Apr 2006 19:47:37 +0200 Vincent Snijders <[EMAIL PROTECTED]> wrote: > Felipe Monteiro de Carvalho wrote: > > On 4/18/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > > > >>Do you mean 'Roozbeh GHolizadeh' or 'Roozbeh G Holizadeh' or 'Roozbeh > >>Gholizadeh'? > > > > > > Honestly, I

Re: [lazarus] Windows CE Patch

2006-04-18 Thread Vincent Snijders
Felipe Monteiro de Carvalho wrote: On 4/18/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote: Do you mean 'Roozbeh GHolizadeh' or 'Roozbeh G Holizadeh' or 'Roozbeh Gholizadeh'? Honestly, I don't know. On his e-mail he said 'Roozbeh GHolizadeh' G-mail also put's his name as 'Roozbeh GHolizadeh

Re: [lazarus] Windows CE Patch

2006-04-18 Thread Felipe Monteiro de Carvalho
On 4/18/06, Mattias Gaertner <[EMAIL PROTECTED]> wrote: > Do you mean 'Roozbeh GHolizadeh' or 'Roozbeh G Holizadeh' or 'Roozbeh > Gholizadeh'? Honestly, I don't know. On his e-mail he said 'Roozbeh GHolizadeh' G-mail also put's his name as 'Roozbeh GHolizadeh' on the e-mails he sends to me. --

Re: [lazarus] Windows CE Patch

2006-04-18 Thread Mattias Gaertner
On Mon, 17 Apr 2006 20:29:13 -0300 Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: > Hello, > > This patch tryes to fix the X button close problem, but isn´t fully > successfull. I´m not sure if the problem is with my code or the > compiler, so it should be suitable anyway. > > It also

[lazarus] Windows CE Patch

2006-04-17 Thread Felipe Monteiro de Carvalho
Hello, This patch tryes to fix the X button close problem, but isn´t fully successfull. I´m not sure if the problem is with my code or the compiler, so it should be suitable anyway. It also fixes typos, does various little improvements to the code, including some important fixes. The full

Re: [lazarus] Windows CE Patch

2006-02-17 Thread Mattias Gaertner
On Fri, 17 Feb 2006 15:23:43 +0100 Vincent Snijders <[EMAIL PROTECTED]> wrote: > Mattias Gaertner wrote: > > On Fri, 17 Feb 2006 14:49:31 +0100 > > Florian Klaempfl <[EMAIL PROTECTED]> wrote: > > > > > >>Mattias Gaertner wrote: > >> > >>>On Fri, 17 Feb 2006 10:31:22 -0300 > >>>Felipe Monteiro de

Re: [lazarus] Windows CE Patch

2006-02-17 Thread Vincent Snijders
Mattias Gaertner wrote: On Fri, 17 Feb 2006 14:49:31 +0100 Florian Klaempfl <[EMAIL PROTECTED]> wrote: Mattias Gaertner wrote: On Fri, 17 Feb 2006 10:31:22 -0300 Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: Hello, This patch makes Windows CE interface compile while keeping com

Re: [lazarus] Windows CE Patch

2006-02-17 Thread Mattias Gaertner
On Fri, 17 Feb 2006 14:49:31 +0100 Florian Klaempfl <[EMAIL PROTECTED]> wrote: > Mattias Gaertner wrote: > > On Fri, 17 Feb 2006 10:31:22 -0300 > > Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: > > > >> Hello, > >> > >> This patch makes Windows CE interface compile while keeping > >> co

Re: [lazarus] Windows CE Patch

2006-02-17 Thread Mattias Gaertner
On Fri, 17 Feb 2006 10:31:22 -0300 Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: > Hello, > > This patch makes Windows CE interface compile while keeping > compatibility with FPC 2.0.2. > > The WinCE widgetset is a empty shell, but it compiles with the arm cross > compiler and runs on

Re: [lazarus] Windows CE Patch

2006-02-17 Thread Vincent Snijders
Mattias Gaertner wrote: On Fri, 17 Feb 2006 10:31:22 -0300 Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: Hello, This patch makes Windows CE interface compile while keeping compatibility with FPC 2.0.2. The WinCE widgetset is a empty shell, but it compiles with the arm cross compi

Re: [lazarus] Windows CE Patch

2006-02-17 Thread Florian Klaempfl
Mattias Gaertner wrote: > On Fri, 17 Feb 2006 10:31:22 -0300 > Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: > >> Hello, >> >> This patch makes Windows CE interface compile while keeping >> compatibility with FPC 2.0.2. >> >> The WinCE widgetset is a empty shell, but it compiles with the

Re: [lazarus] Windows CE Patch

2006-02-17 Thread Mattias Gaertner
On Fri, 17 Feb 2006 10:31:22 -0300 Felipe Monteiro de Carvalho <[EMAIL PROTECTED]> wrote: > Hello, > > This patch makes Windows CE interface compile while keeping > compatibility with FPC 2.0.2. > > The WinCE widgetset is a empty shell, but it compiles with the arm cross > compiler and runs on

[lazarus] Windows CE Patch

2006-02-17 Thread Felipe Monteiro de Carvalho
Hello, This patch makes Windows CE interface compile while keeping compatibility with FPC 2.0.2. The WinCE widgetset is a empty shell, but it compiles with the arm cross compiler and runs on the emulator without problems. Felipe Index: lcl/asyncprocess.pp ===