From: Edwin V. <ed...@fi...> - 2004-09-21 10:40:02
|
Hello. There is a lot of posts about compiling iaxclient under vc++ 6.0 but I can't find information how to solve my problem. Somehow I managed to compile iaxclient_lib but when I try to compile iaxclient using that library i get linking problems like: -------------------Configuration: WinIAX - Win32 Debug-------------------- Linking... iaxclient_lib.lib(iaxclient_lib.obj) : error LNK2001: unresolved external symbol _iax_transfer iaxclient_lib.lib(iaxclient_lib.obj) : error LNK2001: unresolved external symbol _iax_destroy iaxclient_lib.lib(iaxclient_lib.obj) : error LNK2001: unresolved external symbol _iax_quelch_moh iaxclient_lib.lib(audio_portaudio.obj) : error LNK2001: unresolved external symbol _speex_echo_cancel iaxclient_lib.lib(audio_portaudio.obj) : error LNK2001: unresolved external symbol _speex_echo_state_init iaxclient_lib.lib(audio_portaudio.obj) : error LNK2001: unresolved external symbol _speex_echo_state_destroy iaxclient_lib.lib(audio_portaudio.obj) : error LNK2001: unresolved external symbol __Px_SetMicrophoneBoost iaxclient_lib.lib(audio_portaudio.obj) : error LNK2001: unresolved external symbol __Px_SetCurrentInputSourceByName iaxclient_lib.lib(audio_portaudio.obj) : error LNK2001: unresolved external symbol _Px_OpenMixer iaxclient_lib.lib(audio_portaudio.obj) : error LNK2001: unresolved external symbol _Px_CloseMixer iaxclient_lib.lib(audio_portaudio.obj) : error LNK2001: unresolved external symbol _Px_GetInputVolume iaxclient_lib.lib(audio_portaudio.obj) : error LNK2001: unresolved external symbol _Px_GetNumInputSources iaxclient_lib.lib(audio_portaudio.obj) : error LNK2001: unresolved external symbol _Px_GetOutputVolume iaxclient_lib.lib(audio_portaudio.obj) : error LNK2001: unresolved external symbol _Px_SupportsPCMOutputVolume iaxclient_lib.lib(audio_portaudio.obj) : error LNK2001: unresolved external symbol _Px_SetInputVolume iaxclient_lib.lib(audio_portaudio.obj) : error LNK2001: unresolved external symbol _Px_SetOutputVolume iaxclient_lib.lib(audio_portaudio.obj) : error LNK2001: unresolved external symbol __Px_GetMicrophoneBoost Debug/WinIAX.exe : fatal error LNK1120: 17 unresolved externals Error executing link.exe. WinIAX.exe - 18 error(s), 0 warning(s) I use source downloaded from http://iaxclient.sourceforge.net/iaxcomm/ |
From: <an...@mo...> - 2004-09-21 13:49:52
|
Sorry, I can not help you, I'm using mingw here and have no problems with it and iaxclient (yet)... But I'd like to take advantage of this oportunity and ask you and those that use VC++ a question... What's the poing in using VC++ (not a free compiler, and a lot of posts with problems to get iaxclient working...) and not mingw (free compiler, native windows code, works very well with iaxclient...)? Is there some advantage in it (VC++)? Optimization? Performance? Stability? Size of generated code? Others? Please, do not misinterpret this post. I'm not saying to anybody to use mingw... I'd like to know if I should try VC++.... Thanks. Moreiras. -------- Mensagem Original -------- >Assunto: [Iaxclient-devel] VC++ again. >Remetente: "Edwin Vaina" <ed...@fi...> >Data: Ter, 21 de Setembro de 2004, 7:41 > > > Hello. > > There is a lot of posts about compiling iaxclient under vc++ 6.0 but I > can't find information how to solve my problem. Somehow I managed to > compile iaxclient_lib but when I try to compile iaxclient using that > library i get linking problems like: > > -------------------Configuration: WinIAX - Win32 > Debug-------------------- Linking... > iaxclient_lib.lib(iaxclient_lib.obj) : error LNK2001: unresolved (....) -------------------------------------------------- Estadão - Internet com alta qualidade de conexão. GANHE ACESSO GRATUITO à Internet do Estadão em http://www.estadao.com.br/discador/ -------------------------------------------------- |
From: Patrick C. <pat...@gm...> - 2004-09-21 18:23:39
|
Does anyone have a list of the steps involved in getting iaxclient to build on Windows (or maybe a list of prerequisites)? I have been working on it for the last couple of days and I can get libiaxclient.a to build using make in cygwin, but then I can't seem to do anything with it. I am trying to build an IAX ActiveX client. If anyone can point me in the right direction, I would greatly appreciate it. Thanks, Patrick |
From: Paulo M. <pa...@in...> - 2004-09-21 18:36:29
|
Hi, we've ported it to Borland C by a "brute force" method - adding one source file at a time and correcting any compilation errors. =20 -----Original Message----- From: iax...@li... [mailto:iax...@li...] On Behalf Of Patrick Conroy Sent: ter=E7a-feira, 21 de setembro de 2004 15:24 To: iax...@li... Subject: Re: [Iaxclient-devel] VC++ again (why VC++?). Does anyone have a list of the steps involved in getting iaxclient to build on Windows (or maybe a list of prerequisites)? I have been working on it for the last couple of days and I can get libiaxclient.a to build using make in cygwin, but then I can't seem to do anything with it. I am trying to build an IAX ActiveX client. If anyone can point me in the right direction, I would greatly appreciate it. Thanks, Patrick ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Iaxclient-devel mailing list Iax...@li... https://lists.sourceforge.net/lists/listinfo/iaxclient-devel |
From: Michael W. <mwo...@im...> - 2004-09-21 18:38:22
|
If You wait until end of Week I will have Src and Dll Ready for a Managed .Net COM Object built sole in VS. Net 2003 using C++ -----Original Message----- From: iax...@li... [mailto:iax...@li...] On Behalf Of Patrick Conroy Sent: Tuesday, September 21, 2004 2:24 PM To: iax...@li... Subject: Re: [Iaxclient-devel] VC++ again (why VC++?). Does anyone have a list of the steps involved in getting iaxclient to build on Windows (or maybe a list of prerequisites)? I have been working on it for the last couple of days and I can get libiaxclient.a to build using make in cygwin, but then I can't seem to do anything with it. I am trying to build an IAX ActiveX client. If anyone can point me in the right direction, I would greatly appreciate it. Thanks, Patrick ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php _______________________________________________ Iaxclient-devel mailing list Iax...@li... https://lists.sourceforge.net/lists/listinfo/iaxclient-devel |
From: Patrick C. <pat...@gm...> - 2004-09-22 19:26:24
|
On Tue, 21 Sep 2004 14:38:20 -0400, Michael Workman <mwo...@im...> wrote: > If You wait until end of Week I will have Src and Dll Ready for a Managed > .Net COM Object built sole in VS. Net 2003 using C++ > Michael, I would love to see it if you are willing to share. Please let me know when it is available. Thanks, Patrick |