diff --git a/documentation/current/platform-specifics/microsoft-windows/com/eiffelcom-wizard/eiffelcom-wizard-guided-tour/creating-new-com-component.wiki b/documentation/current/platform-specifics/microsoft-windows/com/eiffelcom-wizard/eiffelcom-wizard-guided-tour/creating-new-com-component.wiki index fe23fcea..2ad43f5f 100644 --- a/documentation/current/platform-specifics/microsoft-windows/com/eiffelcom-wizard/eiffelcom-wizard-guided-tour/creating-new-com-component.wiki +++ b/documentation/current/platform-specifics/microsoft-windows/com/eiffelcom-wizard/eiffelcom-wizard-guided-tour/creating-new-com-component.wiki @@ -40,7 +40,9 @@ where ''system_name'' is the name of the dll (e.g. string_manipulator). So to re cd $ISE_EIFFEL\examples\com\wizard\string_manipulator\generated\component\server\EIFGENs\default\W_code regsvr32 string_manipulator_idl.dll -Once registered, follow the steps described in [[Accessing a COM Component|Accessing a COM Component]] to build the component's client. +Once registered, follow the steps described in [[Accessing a COM Component|Accessing a COM Component]] to build the component's client. + + {{seealso|
[[Creating a new component from an Eiffel project|Creating a new component from an Eiffel Project]]
[[Accessing a COM Component|Accessing a COM Component.]] }}