Subject UDF - FreePascal - Linux
Author Ivan Prenosil
Can anybody confirm whether FreePascal is/is not able to create UDFs for Linux ?
FreePascal faq says "Creation of shared libraries (for Linux) is not recommended
with the current version of the compiler", but I am sure I saw posts on this list
from people doing it.

I understand that it should work as long as I do not use any global variables ?
(i.e. do not declare them, nor include units that use them)

Ivan