From 6a2112f249800f78b0d5254bba79b4e776ba0f60 Mon Sep 17 00:00:00 2001 From: vwheeler Date: Fri, 11 Apr 2014 16:43:06 +0000 Subject: [PATCH] Correcting grammar in a link. Author:vwheeler Date:2014-04-11T16:43:06.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1307 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../creating-new-com-component.wiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1403abfd..76667156 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,7 @@ 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.]] }}