From 30bff8bbc90f5735f28cc90bb608effc824b1982 Mon Sep 17 00:00:00 2001 From: vwheeler Date: Sun, 13 Apr 2014 18:56:31 +0000 Subject: [PATCH] Technical correction. Author:vwheeler Date:2014-04-13T18:56:31.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1317 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelcom-wizard-guided-tour/accessing-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/accessing-com-component.wiki b/documentation/current/platform-specifics/microsoft-windows/com/eiffelcom-wizard/eiffelcom-wizard-guided-tour/accessing-com-component.wiki index 48c54db9..19e138aa 100644 --- a/documentation/current/platform-specifics/microsoft-windows/com/eiffelcom-wizard/eiffelcom-wizard-guided-tour/accessing-com-component.wiki +++ b/documentation/current/platform-specifics/microsoft-windows/com/eiffelcom-wizard/eiffelcom-wizard-guided-tour/accessing-com-component.wiki @@ -21,7 +21,7 @@ Note that because Eiffel as a language has evolved somewhat since the '''EiffelC # Let the EiffelCOM Wizard compilation proceed until it fails due to a Eiffel syntax error. Leave the EiffelCOM Wizard running. We will need it below. # Click the EiffelStudio button to launch EiffelStudio on the project file that was generated above. -# On the first window that will be presented, UNCHECK the "Compile" checkbox. Then click '''OK'''. +# The first window presented is the "Choose Your Directory" dialog box. UNCHECK the "Compile project" checkbox. Then click '''OK'''. # Once EiffelStudio is open, click the ''Change Project Settings'' toolbar button, and navigate to ''Target: default'' in the navigation pane. # Set the "Void safety" setting to "No", and set the "Syntax" setting to "Transitional syntax". # Click '''OK''' in the Project Settings dialog box.