Hi,
On X32 I have a complete working WIA set of user mode .dll/.exe and kernel
mode driver for a video capture board.
On X64, I have a working X64 Kernel mode driver, and I have the same 32-bit
user mode WIA components (.dll/.exe).
I install using an X64 INF file under X64 and the kernel mode driver
captures video, but WIA is not working. For example, my device is not listed
under Scanners and Cameras.
I thought I did not need to rewrite the user mode stuff for WIA since there
is a WIAWOW64.dll that takes care of all the 32/64 bit transitions.
Does anyone know what I need to do to make WIA work under X64?