Currently shared libraries are not really supported. All libraries
that were generated using frost have an .of file that contains information
about classes, functions etc. which is needed to generate the dispatching
code.
However, that code is generated at compile time, and when another version of a
shared library is installed later bad things might happen.
It is no option to let the...