fft1976 <fft1976 RemoveThis @gmail.com> writes:
> Is there a library that allows loading object files (not shared
> libraries) at runtime?
>
> I'd like to load an object file that gets compiled after the process
> starts and to call a function in it whose name and type are known in
> advance.
>
> I wonder if such functionality exists under Linux or Windows (32 or 64
> bit).
dlopen() and friends would do it, except for your insistence that it not
be a .so file. Why not?
--
Klingon programs don't have parameters. They have arguments and win
them (Walter Bushell)