EntireX Version 9.7

EntireX DCOM Wrapper

The EntireX DCOM Wrapper generates DCOM-enabled components using RPC technology. This so-called "wrapping" makes it possible to treat existing applications as ActiveX components.

Introduction Introduction to the DCOM Wrapper; prerequisites.
Using Describes how to start the DCOM Wrapper, set wrapper properties, generate a DCOM client, generate a DCOM proxy.
Visual Studio Wizard Describes how to use the Microsoft Visual Studio Wizard for EntireX DCOM Wrapper.
Command-line Mode Using the DCOM Wrapper in command-line mode.
Generated Objects Describes supported data types, the code generation process, location of DCOM Wrapper objects, standard Wrapper properties, handling complex data types, calling remote procedures as functions, standard wrapper methods, registering and deploying wrapper objects, using wrapper objects with DCOM.
Using Wrapper Objects Describes properties, properties and groups, how to use generated object methods, how to handle arrays, groups and periodic groups.
Proxy Objects Describes the deployment of wrapper objects, how to use wrapper objects with DCOM, how to enable the use of DCOM, how to access and register the wrapper proxy, how to specify the location of DCOM server objects (DCOM Utility).
LotusScript Describes how to use LotusScript to create and destroy objects, and working with arrays and groups.
Web Scripting Languages Provides hints on using VBScript as scripting language and an example.
Mapping Mapping Software IDL data types to .NET data types.
Reliable RPC Introduction to reliable RPC; writing a client and a server for Reliable RPC; Broker configuration.
Tips and Tricks Tips and tricks for IDL parameter definitions, groups in an IDL parameter definition, arrays in groups, ActiveX Application calling a DCOM Wrapper method, a problem with the #import clause of the client application, syntax errors, the ActiveX Automation Server, restrictions on parameter names, language-dependent restrictions on the client side, using DCOM Wrapper object with Microsoft Visual Studio .NET.
Using Alias Names Describes how to use alias names for library and program names.
Visual Basic Example Provides examples on how to create a Visual Basic object with the DCOM Wrapper and how to use the properties of this object.
Data Type Binary; Describes how to map data type binary.
Examples of Various Data Types Provides Visual Basic examples of how programs generated with the IDL generator are used with various data types.
Using Arrays of Variable Sizes Describes an array without fixed size and with strings of variable length, the methods and the group definition for arrays of variable sizes.
Using Structures Describes how to use structures with the DCOM Wrapper.
Writing Applications Describes how to enable internationalization and tracing.

Top of page

Related Literature

Tools and Components

Programming

Top of page