How would one go about loading compiled C code at run time, and then calling functions within it? Not like simply calling exec().
EDIT: The the program loading the
Under Windows, this is how I do it:
The generate/compile/link steps generally take less than a second.