loadlibΒΆ

Loads a UniScript-DLL (Dynamik Link Library) into memory.

bool = loadlib(ssFileName)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

ssFileName

ssFileName is the complete file name of the DLL.

Comment

UniScript-DLLs are especially written for UniScript using C, C++ or FORTRAN. To call functions from other DLLs, use the function RegisterFunction.

id-1272012