This is a sample application that demonstrates how to export classes from a
DLL using the following syntax:

	class __export CFoo{
		...
	};

To run this sample application first run the Tracer MFC sample application and
turn on TRACEing.  This will allow the MFC application to send TRACE messages
via the Window's function OutputDebugString.  In order to see these messages
you will either need a debugging monitor or use the DbWin tool which is part
of the Windows 3.1 SDK.  

Output from the sample application will only appear on the debug screen or on
the DbWin screen.  No output is sent to the window for the test.exe sample 
application.  After running the program there, a blank window will be displayed
on the screen.
