Intermediate Language Sample

This document contains the release information for the NGWS Intermediate Language sample.  You will find the following sections below:

 

 

Sample Overview

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. 

 

Location of the Sample

This sample list located in the ASM directory of the NGWS SDK sample directories.

For Example:

C:\Program Files\NGWSSDK\Samples\Asm

 

Building the Sample

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

 

Running the Sample

In order to run this sample, follow the instructions listed below.

For Example:

C:\Program Files\NGWSSDK\Samples\Asm\:>Numguess