SYNTAX

    load [options] <dll_name>


OPTIONS

-h (--help) bool

Display help.

-u (--uid) uint

The UID of the DLL to be loaded. May be use up to three times to specify all three Symbian DLL UIDs (specifying it once defines UID1, if you specify it again that is UID2 etc). Can be specified more than once.

-V (--version) uint

The version of the DLL to be loaded. The top 16 bits of the version are the major version, the bottom 16 the minor. Unless otherwise specified DLLs are given the version 10.0, ie 0x000A0000. Note versions are not checked on the WINSCW platform because it uses the windows DLL loader.

-n (--nowait) bool

Don't wait before exiting.


ARGUMENTS

<dll_name>

The name of the DLL to load. [string]


DESCRIPTION

Dynamically load a DLL.

Useful for checking whether the file server is able to resolve all the DLL's dependencies. Makes no attempt to actually run code in the DLL.

The syntax of the DLL name, uids and other arguments are as per the RLibrary::Load documentation. The command will stay running once the DLL has loaded - to exit use CTRL-C. To run the command in the background append & to the fshell command-line.


SEE ALSO

chkdeps, driver


COPYRIGHT

Copyright (c) 2008-2010 Accenture. All rights reserved.