Re: [fpc-pascal] Lazarus with FPC 2.3.1 i386 Mac OSX

2008-02-06 Thread Jonas Maebe
On 05 Feb 2008, at 13:45, Wanderlan Santos dos Anjos wrote: Use the compiler command line option -CPPACKSET=1 or source directive {$PACKSET 1} for Delphi compatibility in Set sizes. This works in 2.3.1 and 2.2.0. It contains several bugs in 2.2.0 though and it's not advisable to use it t

Re: [fpc-pascal] Lazarus with FPC 2.3.1 i386 Mac OSX

2008-02-06 Thread Wanderlan Santos dos Anjos
Use the compiler command line option -CPPACKSET=1 or source directive {$PACKSET 1} for Delphi compatibility in Set sizes. This works in 2.3.1 and 2.2.0. I use too {$Z1} or {$PACKENUM 1} for Delphi compatibility in enumerated sizes. Curiously, and sadly, these options are not automatically attribute

RE: [fpc-pascal] Lazarus with FPC 2.3.1 i386 Mac OSX

2008-02-05 Thread Bent Normann Olsen
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jonas Maebe Sent: 5. februar 2008 13:36 To: FPC-Pascal users discussions Subject: Re: [fpc-pascal] Lazarus with FPC 2.3.1 i386 Mac OSX On 05 Feb 2008, at 13:24, Bent Normann Olsen wrote: > Thanks for the reply, > &

Re: [fpc-pascal] Lazarus with FPC 2.3.1 i386 Mac OSX

2008-02-05 Thread Jonas Maebe
On 05 Feb 2008, at 13:24, Bent Normann Olsen wrote: Thanks for the reply, I was especially interested in the 2.3.1 fix in the sizes for enumerated types. Small enumerated types in FPC 2.2.0 has the size of 4 bytes, and 1 byte in Delphi. Sizes of small enumerated types in FPC 2.3.1 is 1 b

RE: [fpc-pascal] Lazarus with FPC 2.3.1 i386 Mac OSX

2008-02-05 Thread Bent Normann Olsen
available in 2.2.x versions of FPC? Normann -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vincent Snijders Sent: 5. februar 2008 12:16 To: FPC-Pascal users discussions Subject: Re: [fpc-pascal] Lazarus with FPC 2.3.1 i386 Mac OSX Bent Normann Olsen sch

Re: [fpc-pascal] Lazarus with FPC 2.3.1 i386 Mac OSX

2008-02-05 Thread Vincent Snijders
Bent Normann Olsen schreef: Hi all, Anyone having an idea when Lazarus is to be released with FPC 2.3.1 for i386 Mac OSX? There won't be Lazarus releases with FPC 2.3.1, because FPC 2.3.1 is not a release, but a development snapshot. FPC 2.3.1 will become FPC 2.4.0, when it will be released.