To build DrawPart in MS Visual C++ 2.0 (MSVC20)

The following four steps must be completed in the correct order.


STEP 1: Run the program nmake on the three somidl.mak files.

        These are located in the following directories:
        c:\odwin\tstparts\drawpart
        c:\odwin\tstparts\drawpart\drplext
        c:\odwin\tstparts\drawpart\drplprt

	After changing to these directories, type the following on the
        command line:

	nmake somidl.mak


STEP 2: Build the extension

	Open the file c:\odwin\tstparts\drawpart\drplext\drplext.mak
        in the MSVC ide and choose "Build DRPLEXT.dll" from the Project menu. 


STEP 3: Build the pallate

	Open the file c:\odwin\tstparts\drawpart\drplprt\drplprt.mak
	in the MSVC ide and choose "Build DRPLPRT.dll" from the Project menu.


STEP 4: Build DrawPart

	Open the file c:\odwin\tstparts\drawpart\draw32.mak
	in the MSVC ide and choose "Build DRAW32.dll" from the Project menu.
