I am trying to develop some source code to communicate with scanner devices. I intend to successfully communicate with the scanner using WIA (Windows Image Acquisition) using C++ ....
Basically all I want to do is read the data stream produced by the scanning device. I found a couple of sources to look at, but I need some help with structuring the application. A WIN32 console application should be ok, as I want to be able to paste the stream of data onto the console. This should be a good starting point. The good sources I found are;