This directory contains the files needed 
to build the sample,  if you have VS then use
the project file,  otherwise use the cmd file
(from a shell where the compiler is on the path).

The CustomICTypeLib.cs file was obtained from
a custom library (built the same way as in many
previous samples) and generated using the
"Reflector" utility (just copy the whole
namespace from "Reflector disassembly panel").

The sample has the following (known) limitations:

-Some cube sides disappear when one video has
finished while waiting for the other to complete.
(I would have to look at the original Cube sample
to see how the author has fixed this problem).

-I don't create a texture "mirror" surface, so
if your card can't provide three texture surfaces
to the ImageCompositor, you'll only see a grey
screen i.e. no surface will be drawn.

-This code only works on a 32-bit machine.



