[fpc-devel] PPU version checking
Sven Barth
pascaldragon at googlemail.com
Thu Feb 21 20:05:53 CET 2013
On 21.02.2013 19:43, silvioprog wrote:
> Hello,
>
> I generates some PPUs in a version of FPC. I try to use it in other
> version of FPC, but it not compiles.
>
> So, can I disable the PPU version checking to I use my PPUs in any
> versions of FPC?
No you can't. The PPU version is there for a purpose. We increase it if
we did incompatible changes in the PPU file format and thus older
compiler versions would error out with cryptical errors.
That's one of the reasons why it might be more reasonable to use
releases, because there the PPU version is fixed.
Regards,
Sven
More information about the fpc-devel
mailing list