
Chapter 17 Creating ActiveX Components
Deploying ActiveX components
To deploy an ActiveX component to EAServer:
- Copy the ActiveX component and any other required
DLLs to any directory on the EAServer machine.
- Register the ActiveX component into the Windows
Registry by entering this command from the MS-DOS Command Prompt
window:
regsvr32 path\MyActiveXComponent
where:
path is the full path name to the directory
where the ActiveX component resides.
MyActiveXComponent is the file name of
the ActiveX component.
- If the component interface has not been defined
in Jaguar Manager, import the DLL or type library into Jaguar Manager.
See "Importing ActiveX components" for
more information.
Most ActiveX development environments register component DLLs
when they are built. If your server runs on the machine where you
developed the component, you can skip steps 1 and 2.
Copyright © 2002 Sybase, Inc. All rights reserved.
|
|