Binding directories will have to work a little differently for NetRPG.
A binding directory could simply be a text file, which contains the path to the other modules which will be loaded at runtime.
The VM can may need to include new instructions to load modules (VM#AddModule) at runtime.
Binding directories will have to work a little differently for NetRPG.
A binding directory could simply be a text file, which contains the path to the other modules which will be loaded at runtime.
The VM can may need to include new instructions to load modules (
VM#AddModule) at runtime.