Re: [fpc-devel] Incompatibilities between win32 windows unit andwince windows unit

2007-01-08 Thread Yury Sidorov
list" Sent: Monday, January 08, 2007 2:32 PM Subject: Re: [fpc-devel] Incompatibilities between win32 windows unit andwince windows unit Ok, maybe I´m missing something here. Take a look at this code: procedure TGDICanvas.DoFillTriangle(const P1, P2, P3: TPoint); var pts : array[1..3] of win

RE: [fpc-devel] Incompatibilities between win32 windows unit andwince windows unit

2007-01-07 Thread Aleš Katona
> one big problem with this sort of thing is that you can pass anything to an > untyped const parameter *INCLUDING* a pointer, so if you change something > from taking an untyped pointer to taking an untyped const parameter you are > going to cause strange bugs for users. > I'm not saying tha

RE: [fpc-devel] Incompatibilities between win32 windows unit andwince windows unit

2007-01-07 Thread peter green
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Aleš Katona > Sent: 07 January 2007 09:55 > To: FPC developers' list > Subject: Re: [fpc-devel] Incompatibilities between win32 windows unit > andwince windows unit > &g