Farpointers Was: Re: RE: [fpc-pascal]Problem with CASE statement

2004-03-24 Thread Thomas Schatzl
Hello, > Second - new FPC v1.9.x for statement > > var p:pointer > p:=Ptr(a,b); > > shows error "Incompatible types: got "FarPointer" expected "Pointer"". > > I found i can declare var p:farpointer; > but i did not found any description for this type of pointer > how can i use it. It seems that t

RE: RE: [fpc-pascal]Problem with CASE statement

2004-03-24 Thread Lubomir . Cabla
Many thanks for your explanation. -Original Message- From: Peter Vreman [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 10:23 AM To: [EMAIL PROTECTED] Subject: RE: RE: [fpc-pascal]Problem with CASE statement > Hi, > > yes i know this re-typing word(xxx), it is OK. &

RE: RE: [fpc-pascal]Problem with CASE statement

2004-03-24 Thread Peter Vreman
> Hi, > > yes i know this re-typing word(xxx), it is OK. > > Second - new FPC v1.9.x for statement > > var p:pointer > p:=Ptr(a,b); > > shows error "Incompatible types: got "FarPointer" expected "Pointer"". > > I found i can declare var p:farpointer; > but i did not found any description for this t

RE: RE: [fpc-pascal]Problem with CASE statement

2004-03-24 Thread Lubomir . Cabla
n for this type of pointer how can i use it. Lubomir Cabla -Original Message- From: Tomas Hajny [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 9:20 AM To: [EMAIL PROTECTED] Subject: Re: RE: [fpc-pascal]Problem with CASE statement From:[EMAIL PROTECTED] To: [EM

Re: RE: [fpc-pascal]Problem with CASE statement

2004-03-24 Thread Tomas Hajny
From:[EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: [fpc-pascal]Problem with CASE statement Date sent: Wed, 24 Mar 2004 08:01:04 +0100 > The problem is in declarations of constant: > > const xxx = $4400; > yyy = $11; > > SizeOf(xxx) = 2 in FPC 1.0.10 > 4 in FPC 1.9.x