Yeah, all my code requires FPC 3 or greater. You should have gotten an
error message in codebot.inc when you try to use FPC 2.6.4.

{$if fpc_fullversion < 30000}
'This library requires the free pascal 3 or greater'
{$endif}

If you want to use more recent versions, the FPC and Lazarus bundles from
my website http://www.getlazarus.org/setup are designed to use local FPC
and Lazarus configuration files. In other words they will not interfere
with your existing development environment. I'd encourage everyone to
switch to FPC 3.0.0. You get proper generics, type helpers, dotted
namespaces, and more.
--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to