George Oliver <oliver.george@xxxxxxxxxxxxxxx> writes: > What is the best way to construct function calls at runtime? You can use libffi, which is part of gcc's source. It is not ported to all gcc platforms, but to most important ones. -- Falk
George Oliver <oliver.george@xxxxxxxxxxxxxxx> writes: > What is the best way to construct function calls at runtime? You can use libffi, which is part of gcc's source. It is not ported to all gcc platforms, but to most important ones. -- Falk