On 07/02/15 12:34, Florian Klämpfl wrote: > Am 07.02.2015 um 12:14 schrieb Jonas Maebe: >> To me, the optimal solution would be to simply use libffi (you would >> only need logic to translate the rtti for the parameter types to libffi >> format, and it would automagically work for all platforms), but since >> that's an external dependency I guess that's not acceptable. > > Well, the technical aspect is one thing, but its license is another issue. > Violating it happens too > quick.
The libffi license is basically a BSD license, that's no problem at all: https://github.com/atgreen/libffi/blob/master/LICENSE Jonas _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
