I have a scanner that has a a TWAIN driver. As you may know, TWAIN devices are not recognized by Windows Device Manager as image devices, so in order to make it visible as an image device I need to develop a WIA driver. Is there any way I can call the TWAIN functions from the WIA driver or should I do it from scratch?
I tried to include the dlls for a TWAIN API (Image Gear) to call the TWAIN functions from my WIA driver (to use it as a bridge between the WIA driver and the device), but that didn't work.
Sorry if this is a dumb question, but I'm new to driver development.
WIA on TWAIN from TWAIN working group: