It's works :D thanks a lot :)
2011/9/19 pjsip-request@lists.pjsip.org
Send pjsip mailing list submissions to
pjsip@lists.pjsip.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org
or, via email, send a message with subject or body 'help' to
pjsip-request@lists.pjsip.org
You can reach the person managing the list at
pjsip-owner@lists.pjsip.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of pjsip digest..."
Today's Topics:
Message: 1
Date: Mon, 19 Sep 2011 07:31:45 -0400
From: Mushtaq Ahmad mahmad@revcord.com
To: pjsip list pjsip@lists.pjsip.org
Subject: Re: [pjsip] pjsua 2.0 video building problem
Message-ID:
<
52280AEF1D5620498BACB4387AAA1DD318B32BA41D@VMBX131.ihostexchange.net>
Content-Type: text/plain; charset="us-ascii"
You are missing some library where CBaseRenderer is defined.
Mushtaq Ahmad
Principal Software Engineer
REVCORD Revolutionizing Voice Recording
10575 Katy Freeway, Suite 470
Houston, Texas 77024
www.revcord.comhttp://www.revcord.com/
281-404-7040 Ext 600 <281-404-7040%20%20Ext%20600><tel:281-404-7040
%C2%A0%20Ext%20600>
281-404-5323tel:281-404-5323 Fax
866-559-2188tel:866-559-2188 Toll Free
mahmad.revcord - Skyp
[cid:image001.png@01CC76E9.9EEFE080]
From: pjsip-bounces@lists.pjsip.org [mailto:pjsip-bounces@lists.pjsip.org]
On Behalf Of frogersik@gmail.com
Sent: Monday, September 19, 2011 4:16 PM
To: pjsip@lists.pjsip.org
Subject: [pjsip] pjsua 2.0 video building problem
Hi all,
I'm trying build pjsua on windows xp, with visual studio 2008 and i have a
problem. I get rid of erros with includes and all libs, but after that I
gets
Error 18 error LNK2019: unresolved external symbol "public: __thiscall
CBaseRenderer::CBaseRenderer(struct _GUID const &,char const *,struct
IUnknown *,long *)" (??0CBaseRenderer@@QAE@ABU_GUID@@PBDPAUIUnknown@@PAJ@Z
mailto:??0CBaseRenderer@@QAE@ABU_GUID@@PBDPAUIUnknown@@PAJ@Z) referenced
in function "public: __thiscall NullRenderer::NullRenderer(long *)"
(??0NullRenderer@@QAE@PAJ@Zmailto:??0NullRenderer@@QAE@PAJ@Z)
libpjproject-i386-win32-vc8-debug.lib
Error 19 fatal error LNK1120: 1 unresolved externals
..\bin\pjsua-i386-Win32-vc8-Debug.exe
if I off video in config_site it works fine but without video. I don't
understand what I'm doing wrong...
To build pjsua with video I used this user guides:
http://trac.pjsip.org/repos/wiki/Getting-Started/Windows/2.0-dev, and
http://trac.pjsip.org/repos/wiki/Video_Users_Guide. I have this
requirements
I change the code generation to Multi-threaded Debug in the property of the
Baseclasses project, and add the include path to Visual Studio
configuration. I include picture with my paths Visual Studio configuration
(C:\Program Files\Microsoft
SDKs\Windows\v6.0\Samples\Multimedia\DirectShow\BaseClasses)
Regards
Andrzej Grajnert