[fpc-pascal] FPC 2.4.4 - Error: Illegal type conversion: Set of TMySet to Byte ... and vice versa

2011-10-13 Thread fred f
Hi guys, I am trying to compile my code which is compatible with Delphi and FPC 2.5.1+, but when I try to compile on Mac OS X with 2.4.4 I have error message: Error: Illegal type conversion: Set of TMyEnum to Byte and Error: Illegal type conversion: Byte to Set of TMyEnum The code is

Re: [fpc-pascal] FPC 2.4.4 - Error: Illegal type conversion: Set of TMySet to Byte ... and vice versa

2011-10-13 Thread Jonas Maebe
On 13 Oct 2011, at 11:42, fred f wrote: I am trying to compile my code which is compatible with Delphi and FPC 2.5.1+, but when I try to compile on Mac OS X with 2.4.4 I have error message: Error: Illegal type conversion: Set of TMyEnum to Byte It works in FPC 2.5.1+ because of this change: