Hi, > What is the difference of refering to sipxtapi.dll and > sipxtapid.dll? The sipxtapid.dll is for the debug build while the other one is for the release build. The libraries, sipxtapid.lib and sipxtapi.lib also reflect the same.
Try re-building the sipXtapi project and hopefully that wll resolve the issue. Thanks, Hitesh ----- Original Message ----- From: "zamielia" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, February 15, 2007 3:23 PM Subject: Re: [sipxtapi-dev] AEC, AGC, noise reduction > Hello, > I've been referring to few version of sipxtapi.h. I did find > sipxAudioEnableAEC(g_hInst,true) in my sipxtapi.h but the > line was commented. So i uncommented and used it. As a > result, i got the error i mentioned in previous posting. > > I search for sipxAudioSetAECMode() that u mentioned. I found > and used it inside my coding. But i got > > "Entry Point Not Found : The procedure entry point > sipxAudioSetAECMode could not be located in the dynamic link > library sipXtapid.dll." > > As for now, i'm linking to sipXtapi.dll to run my softphone > program. If I were to refer other versions of dll, my > program would produce different kind of errors. > > What is the difference of refering to sipxtapi.dll and > sipxtapid.dll? > > Please advise. > -Zam- > >> -----Original Message----- >> From: [EMAIL PROTECTED] >> [mailto:[EMAIL PROTECTED] On Behalf Of >> Alexander Chemeris Sent: Wednesday, February 14, 2007 7:54 >> AM To: [EMAIL PROTECTED] >> Cc: [email protected] >> Subject: Re: [sipxtapi-dev] AEC, AGC, noise reduction >> >> Hello, >> >> On 2/14/07, zamielia <[EMAIL PROTECTED]> wrote: >> > My next query is related to AEC.Not sure though whether >> > this query relates with jarol1's posting. I tried to >> > put this line code-> sipxAudioEnableAEC(g_hInst,true) ; >> > >> > I got the 2 errors below: >> > ezsoftphone error LNK2019: unresolved external symbol >> > __imp__sipxAudioEnableAEC referenced in function >> > "public: void __thiscall >> > CezsoftphoneDlg::OnBnClickedButton13(void)" >> ([EMAIL PROTECTED]@@QAEXXZ) > >> > ezsoftphone fatal error LNK1120: 1 unresolved externals >> Where did you find sipxAudioEnableAEC() function? I could >> find only sipxAudioSetAECMode() in sipXtapi.h. >> >> -- >> Regards, >> Alexander Chemeris. >> >> >> -- >> No virus found in this incoming message. >> Checked by AVG Free Edition. >> Version: 7.1.411 / Virus Database: 268.17.39/687 - Release >> Date: 2/14/2007 >> >> > _______________________________________________ > sipxtapi-dev mailing list > [email protected] > List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/ > _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
