Ksproxy plugins on Vista64

Many of my clients’ video cameras have ksproxy plugins. I’m just now,
for the first time, starting to test one of them on Vista 64-bit.

In this particular case, the driver itself works fine. I can run Amcap
and see video. However, the plugin does not to appear to be alive, and
that leads me to a question I cannot answer. On a 64-bit system, what
flavor do my ksproxy plugins have to be? Are they REQUIRED to be 64-bit
DLLs, or is a 32-bit DLL enough? Or do I actually need both?
Ksproxy.ax appears in both system32 and syswow64.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.

Hi:
I have a kernel proxy plungin and it both works property in Vista 32 and 64 bits version. I don’t have to re-build into differnet target type(32 or64 bits). Acctually, I just use 32 bits version and it works property in both 32 and 64 bits environment.
In Vista 64, you should add more registry value setting “InterfaceGUID” and “PropertyPageGUID” in “HKCR\Wow6432Node\CLSID”
And plugin file should be put into SysWow64 directory.
Good luck