Re: Dynamic calling
- Posted by useless Sep 19, 2009
- 1227 views
jimcbrown said...
eukat said...
Ok, my intention would be to put Eu source code there. Must i
1) figure out how to put IL code there for the backend to execute (i run everything in either euiw.exe or eui.exe for this)?
2) i bind-make-compile-whatever all the millions (yes, literally) of things i want to execute, to x86 code? So i pretty much can't modify it while it's in memory, as far as adding more, or changing, the Eu code that it came from? Unless i can pull off recompiling the new code and loading it on top of the existing routine_id?
Just do what you did for 3.1.1, changing allocate() to allocate_code(), and it should still work.
[/quote]
<sigh> PLEASE TELL ME WHAT TO DO.
useless