Home |
Previous Page | Next Page Using ActiveX Value Objects > Installing and Using ActiveX Value Objects >
Use
BladeManager to install the ProjectS.bld file
on your Informix server computer and the ProjectX.dll file
on your Windows client computer. For instructions, see the IBM Informix: DataBlade Module Installation and Registration Guide.
The
ActiveX project you install might also include the following files
in the installation package to assist you in locating the CLSID (class
identifier) and IID (interface identifier)
information for the ActiveX value objects.
- File
- Contains
- DkIntf_i.c
- Interface identifiers (IIDs) for the ActiveX value object
custom interfaces (IRawObjectAccess and ITDkValue;
described in this chapter)
- DkIntf.h
- IID declarations for DkIntf_i.c
- ProjectX_i.c
- Class identifiers (CLSIDs) for the
ActiveX value objects provided by the project named Project
- ProjectX.h
- CLSID declarations for ProjectX_i.c
If
you are using Visual Basic, you must create a reference to the newly
installed ActiveX project to start working with it.
To create a reference to an ActiveX project
- In Microsoft Developer Studio, choose Project > References.
The Project References dialog box appears.
- Check the check box for the project you are installing. The
project is listed in the following format:
ProjectX 1.0 Type Library
- Click OK.
Home |
[ Top of Page | Previous Page | Next Page | Contents |
Index ]