XPRMpreloaddso
| XPRMpreloaddso | 
  Purpose
 
  Synopsis
 
XPRMdsolib XPRMpreloaddso(const char *libname);
 
  Argument
 
| 
     libname 
     | 
     Name of the module to load
     | 
  Return value
 
 A reference to a DSO descriptor if the module has been loaded successfully or
 NULL.
  Further information
 
 Mosel loads modules on demand when they are required by the models in core memory. However, it is possible to force the system to load a module using this function. If the module is already in memory, no action is performed and the corresponding DSO pointer is returned.
 
  Related topics
 
 
