Hi The Trick,

Would it be possible to add C support in a future version? Perhaps pass the C source through MingW or cl (MSVC) then link the resulting object files in a similar way as how you insert the ASM machine code? I use C a lot for my other work but I guess I am not really sure how much harder this would be than what you have done with ASM.

In "theory" an ASM stub pasted in the way you do now to call the C function, with the C obj files linked to the final EXE might do the trick?