From ce99948b14caf80b6e1387dbf4107c0a86e43ee8 Mon Sep 17 00:00:00 2001 From: vwheeler Date: Fri, 11 Apr 2014 16:56:52 +0000 Subject: [PATCH] Corrected my own grammar error! Author:vwheeler Date:2014-04-11T16:56:52.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1312 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 2ad43f5f..a5c6b1f9 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 @@ -11,7 +11,7 @@ This first tutorial describes creating a COM component from a COM definition fil # Make sure '''Generate and use marshaller DLL''' is not checked. # Click '''Next'''. # In '''Component Type''', choose ''In-process (*.dll)''. -# In '''Generation Options''', click the browse button and select the directory where the project should be created (which we will later referred to as the ''destination folder''). Choose ''$ISE_EIFFEL\examples\com\wizard\string_manipulator\generated\component'' where ''$ISE_EIFFEL'' represents the path to the EiffelStudio installation directory. +# In '''Generation Options''', click the browse button and select the directory where the project should be created (which we will later refer to as the ''destination folder''). Choose ''$ISE_EIFFEL\examples\com\wizard\string_manipulator\generated\component'' where ''$ISE_EIFFEL'' represents the path to the EiffelStudio installation directory. # Make sure both '''Compile C code''' and '''Compile Eiffel code''' are checked. # Make sure '''Clean destination folder prior to generation''' is selected. # Click '''Generate'''.