|
IDL Connectivity Bridges: Using the Export Bridge Assistant |
|
The project has general information about the bridge being used (COM or Java).
![]() |
Table 7-5 describes the general bridge information's properties and values
The other properties displayed for the project depends on which bridge it is using: COM or Java. The following describes COM-specific values.
![]() |
|
Property
|
Value
|
|---|---|
|
Regenerate GUIDs
|
On the first build operation, GUIDS are always generated, so this property is desensitized until after the first build. On subsequent builds, if Regenerate GUIDs is False, the existing GUIDs are used, allowing a developer to use the newly built object without re-registering. If Regenerate GUIDs is true, new GUIDS will be created during a build operation. Any time GUIDs are regenerated during a build operation. they are saved and can be used by setting Regenerate GUIDs to False.
|
|
Explicit CreateObject
|
By default, graphical COM objects (ActiveX objects) call the createObject method automatically when the control is created. If this property is set to True, the automatic call to the createObject method is removed; the client code must then explicitly call one of the CreateObject or CreateObjectEx methods to create the IDL process.
This property is disabled for nongraphical COM objects, which always require an explict call to one of the CreateObject methods.
|
The following describes Java-specific properties and values.
![]() |
IDL Online Help (March 06, 2007)