silc_dll_load

SYNOPSIS

    SilcDll silc_dll_load(const char *object_path);

DESCRIPTION

Load shared object or DLL indicated by the `object_path'. The path must include the absolute path to the object and the object name. Returns the SilcDll context or NULL on error. The actual error message may be available by calling silc_dll_error function. Symbols may be retrieved from the returned context by calling silc_dll_getsym.