views:

942

answers:

1

I have an old app I support (written in VB6) and it interfaces with TAPI. Recently the app got installed on the Windows 2008 Server 64-bit edition. However, the TSP driver for TAPI installation, even though, it got installed, gave an innocuous looking warning.

However, the driver (which is 32-bit for sure), does not appear to have been recognized by Windows 2008. I tried hitting the 32-bit version of the Control Panel, but it was not there either.

So the question is this: does TAPI on 64-bit systems require a 64-bit driver? If that is the case, will my 32-bit application be able to work with the 64-bit TAPI driver?

+2  A: 

TAPI is not nativly supported in 64Bit Windows though there are ways to get around this. You can run a Virtual PC 32Bit session on the machine and use it's TAPI support or you can try one of the 3rd Party TAPI drivers outr there.

This one will work with both 32Bit and 64Bit systems:

TAPI DRIVER

MaSuGaNa