I've got a legacy VB6 DLL that I've modified to take advantage of DirectShow when on Windows 7, due to WIA not working well in Win7 for cam capture.
I've incorporated a .NET DLL into the vb6 DLL that has functions to provide information and one function to display forms for the DirectShow capture stuff.
The DLL functions as expected on the development XP box and a test client XP machine, but I'm having difficulty with Win7.
I've registered the DLLs, ran gacutil
, and set it up just like I did for the XP machine, but I'm getting automation errors.
Error Description: Automation error
Error Source: bvImgCap
Module: clsMain
Procedure: CaptureGraphic
This particular Win7 machine happens to be the development platform for the .NET DLL, and it runs fine by itself.