adding external code while running.

BlitzMax Forums/BlitzMax Programming/adding external code while running.

Hardcoal(Posted 2013) [#1]
Lets say i have a program running and i open a code editor for blitzmax in this case
And after programming i want to compile it and then use it on the allready running parent program.
Is there a way to do that. Gain access to the new process?


Brucey(Posted 2013) [#2]
You write a plugin/library (dll, shared object) that you can load/unload at runtime.

But specifically with BlitzMax I wouldn't say it would be easy.