Initializing help system before first use

XSLPimportlibfunc

XSLPimportlibfunc


Purpose
Imports a function from a library file to be called as a user function
Synopsis
int XPRS_CC XSLPimportlibfunc(XSLPprob Prob,const char * LibName, const char * FunctionName, void ** FuncPointer, int * Status );
Arguments
Prob 
The current SLP problem.
LibName 
Filename of the library.
FunctionName 
Fucntion anme inside the library.
FuncPointer 
Function pointer to return the loaded function.
Status 
Outcome of the load operation
success.
library file not found.
library function in library file not found.
Further information

On systems where necessary, Xpress will hold the handle of the library opened and free up when the problem object Prob is destroyed.


Related topics