User's Guide

Example library access configurations

Two examples of the library related portion of the configuration file are shown below. In the first example, EMSRV is used to connect an image to a shared library that resides on a server. In the second example, file I/O is used to connect an image to an unsharable library that resides in a local directory.

EMSRV example

[EmLibraryInterface]
DefaultName=e:\manager\mgr45.dat
ServerAddress=teamsvr
 

File I/O example

[EmLibraryInterface]
DefaultName=d:\manager\mgr45.dat
ServerAddress=


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]