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
This commit is contained in:
vwheeler
2014-04-11 16:56:52 +00:00
parent d0d5b1a028
commit ce99948b14

View File

@@ -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. # Make sure '''Generate and use marshaller DLL''' is not checked.
# Click '''Next'''. # Click '''Next'''.
# In '''Component Type''', choose ''In-process (*.dll)''. # 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 both '''Compile C code''' and '''Compile Eiffel code''' are checked.
# Make sure '''Clean destination folder prior to generation''' is selected. # Make sure '''Clean destination folder prior to generation''' is selected.
# Click '''Generate'''. # Click '''Generate'''.