with assistance from G-d
Shalom,
I am trying to build the example mentioned above in Visual Studio 2013 on my computer (64 bit operating system).
I get the following error: module machine type 'x64' conflicts with target machine type 'X86'.
I understand clearly that the code (of VideoData) is meant for a 32 bit platform, while my operating system is of 64.
I tried changing the "active solution platform" (in Configuration Manager) of the project from win32 to x64,