David J Taylor wrote: > Thanks for that, I found them at: > > http://www.freepascal.org/fpc.html > > If I read this correctly, though, effectively this is Turbo Pascal 7 > level, and not Delphi, and no support for the VCL?
Free Pascal is beyond the Turbo Pascal 7 level. FPC supports Delphi-style classes, long and wide strings, function overloading, Variants, dynamic arrays, interfaces, exceptions, and inline functions, none of which were available in Turbo Pascal. -- Rob _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

