|
Installation |
Top Previous Next |
|
The installation of the OLE server is simple. You just have to start SCOUT_98.EXE once. This will register the application as OLE automation server which is from now own available to all OLE automation clients. During your work with the automation server you will have to use complete configuration files and – eventually – files that contain sets of fit parameters. It is recommended that you collect those and the experimental data files that are going to be analyzed in appropriate directories.
After the automation server is registered in the Windows registry (see the installation section) OLE automation clients can create automation objects and control these by their properties and methods. To give an example, the following two lines of Visual Basic code generate the new automation object 'scout' whose methods and properties can be used afterwards:
Public scout As Object Set scout = CreateObject("scout_98.scoutole")
While methods are called to induce some server activity object properties are used to set or recall some object variables. This section describes the SCOUT OLE automation object properties and their use.
|