These examples are used to test some functions during development stage.
They (not well organized) basically show how to call DXBreeze functions.

EX000.cpp: 	Hello World	---	Simple text output

You can simply rename the project in Visual C++ 2008 and replace the source file.

For example, rename project to EX000, remove source EX015.cpp, add EX000.cpp
to project, then build it. It will create EX000.exe as listed in folder Bin.

See Folder Source for More Samples (read the code for information).

NOTE:
"resource.rc" is not needed in some examples. But you can always include it.
The EX000.exe-EX005.exe in Folder Bin were compiled without it. Their icons
are different from those compiled with "resource.rc" and "resource.h".

See "readme.txt" in folder Manual for how to set up paths before building a project.
