[fpc-devel] PPU version checking
waldo kitty
wkitty42 at windstream.net
Mon Feb 25 21:16:28 CET 2013
On 2/25/2013 02:27, silvioprog wrote:
> 2013/2/21 Florian Klämpfl <florian at freepascal.org <mailto:florian at freepascal.org>>
>
> Am 21.02.2013 19:43, schrieb silvioprog:
> > 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?
>
> It won't help, we don't change the ppu version for fun but when the
> format changes.
>
>
> So the only way that I see for using protected code and keep compatibility with
> any version of FPC, is implementing it in libraries.
what are you calling a library? you could also use OBJ files which get linked
in... i used to do this with TP5 (at least that far back)... i suppose an OBJ
file can be called a "library" in the general sense of the word ;)
More information about the fpc-devel
mailing list