Chapter 19 Creating ActiveX Components


Deploying ActiveX components

To deploy an ActiveX component on a Jaguar server:

  1. Copy the ActiveX component and any other required DLLs to any directory on the Jaguar server machine.
  2. Register the ActiveX component into the Windows NT 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.
  3. 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 Jaguar server runs on the machine where you developed the component, you can skip steps 1 and 2.

 


Copyright © 2000 Sybase, Inc. All rights reserved.