This document contains the
release information for the NGWS Intermediate Language sample. You will find the following sections below:
The purpose of this sample is to introduce more
advanced developers to the NGWS intermediate language. The program is just
the simple number guessing game that tells you higher or lower until you get
the correct answer. It was created with the intent of being a sample, so it
contains some code that is simply used to illustrate features and may otherwise
be considered useless or inefficient. The .il file is just the result of
running ILDasm over the original .exe and does not contain any comments.
This sample list located in the ASM
directory of the NGWS SDK sample directories.
For
Example:
C:\Program Files\NGWSSDK\Samples\Asm
In order to properly build and run this sample, the
following steps need to be performed prior to building and running the sample…
·
Type NMAKE All from the command line.
For Example:
C:\Program Files\NGWSSDK\Samples\Asm\:>NMAKE All
In order to run this sample, follow the
instructions listed below.
For Example:
C:\Program Files\NGWSSDK\Samples\Asm\:>Numguess