This is Microsoft Direct Draw example program and modified from ddex1.cpp by Microsoft.

If you want to re-compile this example, please follow the steps:
	1. Unzip the ddex.zip -> pkunzip -d ddex.zip
	2. Open the Microsoft Developer Studio (VC++)
	3. Open the ddex workspace [File]->[Open Workspace...]
	4. If the workspace cannot find ddex.cpp or ddraw.lib....
		a. ddex.cpp is in the same directory as the workspace
		b. ddraw.lib is in [DirectX Dir]\sdk\lib\
		c. Re-add the two files in the workspace by using
				[Insert]->[Files into Project...]
	5. Check the include and library directory by using
			[Tools]->[Options]->[Directories]
		a. Check the include path, there must have two paths
			[VC Dir]\include\
			[DirectX Dir]\sdk\inc\
		b. Check the lib path, there must have two paths
			[VC Dir]\lib\
			[DirectX Dir]\sdk\lib\
	6. Re-build all by using [Build]->[Rebuild All]
	7. Run the example by using [Build]->[Execute ddex.exe]
	8. Close the example by pressing [Exc] or [F12]

If you have any problem, please mail me.

Enjoy it.....

							Robin Bing-Yu Chen
							robin@csie.ntu.edu.tw