[fpc-pascal] fp universal library ?

Michael Van Canneyt michael at freepascal.org
Sat Feb 1 17:00:02 CET 2014



On Sat, 1 Feb 2014, Fred van Stappen wrote:

> Hello everybody.
> 
> Ok, i jump...

[snip]

> 
> Stop compil showing error at dot of function TMyClass.
> 
> => libtest.pas(14,18) Fatal: Syntax error, ":" expected but "." found
> 
> PS : I promise, if i can do the conversion, to create a nice wiki, for dummies like me : "How to create a universal
> (complicated) library with fpc"...

You cannot export classes from a library. Only regular functions and procedures.

Michael.



More information about the fpc-pascal mailing list