FilterLoader::setLoadPath Method [Deprecated]

Sets a path from where the filter modules are loaded.
Syntax:
static void setLoadPath( const std::wstring& path );
Parameter Description
path

The path to be searched for frame filters.

Remarks:

Calling this function resets the list of available frame filters.

Frame filters are loaded from: i) the directory of the application's executable, ii) the directory of the loaded TIS_UDSHLXX_vcYY.DLL and iii) the directory specified by setLoadPath.

Information:

This method is deprecated since version 3.5.
FilterLoader::loadDirectory or FilterLoader::loadDLL

See also: FilterLoader

<< FilterLoader