-------------------------------------------------------------------------------

	File:			README.TXT
	Programmer: 	Bob Provencher
	Create Date:	1/15/94
	Last Mod Date:	3/5/95
	Description:	README file for FADER project

	Copyright (c) 1994, 1995. Aesir Software, Inc.
	All Rights Reserved.

	DISCLAIMER:

	The "FADER" sample program and it's source files are provided "AS IS."  
	Aesir Software, Inc.  disclaim all warranties, either express or implied, 
	including but not limited to implied warranties of merchantability, of 
	fitness for a particular purpose, or usability, with respect to the 
	programs and source files.

    LICENSE:

    The sample program and it's source files are Copyright (c) 1994, 1995. 
	Aesir Software, Inc.  Aesir grants you a royalty free license to use, 
	modify, enhance or otherwise modify these files and include them in your 
	own programs.

-------------------------------------------------------------------------------

This project was created with Borland C++ 4.5 and requires TASM.  The
supplied MAKE file was generated by BC++ 4.5 but has _not_ been tested.

Before building the project, you must do two things:

	1)	generate a .LIB file for WING.DLL with Borland's IMPLIB utility.
		Place the .LIB file in a directory in the project's LIB path.  The
		.LIB provided with WinG is not compatible with Borland C++.

	2)	copy the CMACRO32.INC assembler include file into the project
		directory from the WING\SAMPLES\DOGGIE directory.  CMACRO32.INC is
		a Microsoft file that is distributed with the WinG SDK.

The final version of the GEN2.ASM module is a 32-bit assembler module
that can called from a 16-bit Windows .EXE via the special cProc macros
in CMACRO32.INC.

For more information on 32-bit codes segments refer to the following articles:

Finnegan, James.  "Implementing Games for Windows(tm) Using the WinG API and
	the WaveMIX DLL."  Microsoft Systems Journal, January 1995, p. 61.

Pietrek, Matt.  "Windows(tm) Q&A."  Microsoft Systems Journal, February 1995,
	p. 83.

"QA32: Demonstrates 32-Bit Assembly-Language Code."  Microsoft Developer
	Network Developer Library, October 1994.

Thanks to Gary Blaine (TeamB) for his assistance in assembling with
CMACRO32.INC under TASM.

