Installation_
To use the QWS3270 Automation component both the component dll (QWS3270 Automation.dll) and it's proxy/stub (QWS3270 Automationps.dll) must be registered in your Windows registry. Â The registration process happens automatically during the install of QWS3270.
If for any reason you need to re-install the QWS3270 Automation components, register the QWS3270 Automation COM dll and its proxy/stub as follows:
1. locate the files QWS3270 Automation.dll and QWS3270 Automationps.dll (by default they are installed in the application's main directory). Â
2. Open a command prompt and navigate to the directory containing the two dlls (typically the QWS3270 installation directory). Â
3. Type the following at the command prompt:
regsvr32 Â "QWS3270 Automation.dll" Â Â Â Â <ENTER>
regsvr32 "QWS3270 Automationps.dll" Â <ENTER>
You should see two message boxes each confirming the registration of one of the files in the Windows registry. Â
Â
To un-register the files:
1. locate the files QWS3270 Automation.dll and QWS3270 Automationps.dll (by default they are installed in the application's main directory). Â
2. Open a command prompt and navigate to the directory containing the two dlls (typically the QWS3270 installation directory). Â
3. Type the following at the command prompt:
regsvr32 /u "QWS3270 Automation.dll" Â Â Â Â Â <ENTER>
regsvr32 /u "QWS3270 Automationps.dll" Â <ENTER>
This will remove the registry entries, and you will no longer be able to use the automation components.
QWS3270 Automation copyright © Jolly Giant Software Inc. All rights reserved.