Re: TAPI and VS.NET 2003
- From: "Clayton Rumley" <clayton@xxxxxxxxxxxxx>
- Date: Sun, 12 Feb 2006 10:34:48 -0600
Hi Andreas,
Clayton,
Regarding TAPI and .NET see KB article "841712 - Telephony Application
Programming Interface (TAPI) functionality is not supported from managed
code".
I read the article, but I don't believe the statement that the COM wrapper
generated by VS.NET doesn't work because I've seen other people with managed
code examples online, and I can use the COM wrapper to enumerate the modems,
dial the modem, answer calls, etc. Perhaps they mean that it only partially
works (i.e. a bunch of interfaces don't get generated)?
Are you saying that you see the ITxxx interfaces but not the ITxxx2 ?
Correct. The intellisense lists all the ITxxx interfaces but not ITxxx2. If
I try to simply type the name of an ITxxx2 interface against the TAPI3LIB
namespace it just gives me an error (that the name is not defined).
Can you reproduce the issue with TAPI Browser TB3x ?
In order to ensure that my modem was going to do what I wanted it to do, I
downloaded a shareware answering-fax machine software from
http://www.go4customer.com/ (which did everything I wanted my program to do
so I know I've got the right modem). When I run TAPI Browser TB3x it uses
the tapi3.dll in this shareware application's directory (not the one in my
system32 directory), where it does in fact list all the ITxxx2 interfaces.
So I decided maybe the tapi3.dll in my system32 directory wasn't the right
one and manually added a reference in VS.NET to the tapi3.dll provided by
the answernig-machine software. The end result was no different.
I'm hoping I'm just missing something really simple and that it can be
easily resolved but I haven't been able to find anyone else online talking
about this problem. I thank you very much for your time.
Clayton
.
- Follow-Ups:
- Re: TAPI and VS.NET 2003
- From: Ben
- Re: TAPI and VS.NET 2003
- From: Grant Schenck
- Re: TAPI and VS.NET 2003
- From: Matthias Moetje [MVP]
- Re: TAPI and VS.NET 2003
- References:
- TAPI and VS.NET 2003
- From: Clayton Rumley
- Re: TAPI and VS.NET 2003
- From: Andreas Marschall [MVP TAPI]
- TAPI and VS.NET 2003
- Prev by Date: Re: TAPI and VS.NET 2003
- Next by Date: Re: TAPI and VS.NET 2003
- Previous by thread: Re: TAPI and VS.NET 2003
- Next by thread: Re: TAPI and VS.NET 2003
- Index(es):
Relevant Pages
|