 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
George Guest
|
Posted: Tue May 17, 2005 1:15 pm Post subject: TAPI |
|
|
Hi,
I'm trying to create IID_ITTAPI using
CoCreateInstance(CLSID_TAPI,
NULL,
CLSCTX_INPROC_SERVER,IID_ITTAPI,
(LPVOID*)&gpTapi);
from Borland C++ Builder 6. But I get unresolved external error on
compilation.
IID_ITTAPICallCenter and other interfaces are working fine.
Anyone with a solution?
Thanks
George
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Tue May 17, 2005 4:15 pm Post subject: Re: TAPI |
|
|
"George" <goe (AT) passagen (DOT) se> wrote
| Quote: | But I get unresolved external error on compilation.
|
Please be more specific.
Gambit
|
|
| Back to top |
|
 |
Danila Vershinin Guest
|
Posted: Wed May 18, 2005 5:17 pm Post subject: Re: TAPI |
|
|
try putting this somewhere:
#pragma link "tapi32.lib"
Cheers
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|