[fpc-pascal] Re: [fpc-devel] Illegal type conversion errors in FPC 2.5.1

Jonas Maebe jonas.maebe at elis.ugent.be
Mon Nov 23 15:01:58 CET 2009


On 23 Nov 2009, at 14:42, Jonas Maebe wrote:

> You can just add {$packset 1} once. It simply tells the compiler  
> that the minimal size by which it can increment the size of sets is  
> 1 byte (rather than the default 4 bytes).

Well, the default is actually still different:
a) sets high(set)<32: 4 bytes
b) all other sets: 32 bytes

It can be activated after another {$packset x} directive using any of  
the following:
{$packset fixed}
{$packset default}
{$packset normal}


Jonas



More information about the fpc-devel mailing list