Scenario:
I want to be able to overwrite an existing module (contains user-defined data types) during running. Having read the LOAD command fully, it looks like it will return an error ERR_LOADED if the module (.sys) already exists rather than just overwrite the existing one. If I UNLOAD the .sys module, won’t this create RAPID errors as all of a sudden as the declarations have (temporarily) been removed?
Is there any way of loading AND overwriting an existing module?