On 2/25/2013 02:27, silvioprog wrote:
2013/2/21 Florian Klämpfl <[email protected] <mailto:[email protected]>>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 ;)
_______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
