Create the COM Components
After you create your project and before you import metadata, you must build your COM server. You can also build your COM client at this time.
To create the COM server:
- Start Microsoft Visual C++ and open the
tibco\adapter\adcom\5.3\examples\Operation\Operation2\Operations2.dsw
workspace. Build Operation1
and then Operation2
by clicking Build > Build <workspace>.
To create the COM client:
- Start Microsoft Visual C++ and build the
TestInterceptor
project from the tibco\adapter\adcom\5.3\examples\TestInterceptor
directory, using the testinterceptor.dsw
workspace.
 |
Both the Operation1.dll and Operation2.dll should be registered using the regsvr32.exe tool. To do so, run the following command from the command prompt:
|
TIBCO Adapter™ for COM User’s Guide
Software Release 5.3,
September 2005
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com
|