| jacqmizz (6) | |
|
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; 1. MSDN - http://msdn.microsoft.com/en-us/library/windows/desktop/ms629859(v=vs.85).aspx 2. StackOverFlow - http://stackoverflow.com/questions/324974/in-wia-how-can-i-add-my-program-in-the-program-list-of-acquiring-images-from-a Anyone ever tried developing an application based on MSDN's suggestions? Any help will be appreciated :) | |
|
|
|
| RonaldLeber (1) | |
|
I Think That C++ is a easy Programming Language. | |
|
|
|