Limited support for read-only libraries has been added. Import
operations open the source library read-only, so that importing from CD-ROM,
or from a library for which a user has only read permission, is now
possible. You can also connect an image to a read-only library, and
load and export from it. The default value is false,
however, the value is saved with the image. If you set it to
true, you must explicitly reset it to false before you
can perform write operations.
To connect to a read-only library once the image has been started, do the
following:
- Disconnect from the current library by choosing System
> Disconnect From Server from the
Tools menu.
- Evaluate the expression EmLibrary openReadOnly:
true.
- Connect to the read-only library by choosing System
> Change Default Library, or System
> Reconnect to Server from the Tools
menu.
To disconnect from the read-only library and return to a normal development
library, do the following:
- Disconnect from the read-only library by choosing System
> Disconnect From Server from the
Tools menu.
- Evaluate the expression EmLibrary openReadOnly:
false.
- Connect to the development library by choosing System
> Change Default Library, or System
> Reconnect to Server from the Tools
menu.