Hi, you may need to add the lib to your linker I guess. Anass Kartit On Thu, Apr 9, 2009 at 4:20 PM, Senthil <senthil at gotouchpoint.com> wrote: > Dear Anass, > > > > Any updates on this issue? > > > > Regards, > > - Senthil > > > ------------------------------ > > *From:* Senthil [mailto:senthil at gotouchpoint.com] > *Sent:* Thursday, April 09, 2009 7:52 PM > *To:* 'pjsip list' > *Subject:* RE: [pjsip] Problem in building PJSUA Project > > > > Hi Anass, > > > > Yes that codec is enabled, any other suggestion? > > > > Thanks for your help. > > > > Regards, > > - senthil > > > ------------------------------ > > *From:* pjsip-bounces at lists.pjsip.org [mailto: > pjsip-bounces at lists.pjsip.org] *On Behalf Of *anass kartit > *Sent:* Thursday, April 09, 2009 6:46 PM > *To:* pjsip list > *Subject:* Re: [pjsip] Problem in building PJSUA Project > > > > Hi, > > Make sure to check (ibgsmcodec)in your project dependencies in visual > studio (right click your project). > > Regards, > > Anass > > On Thu, Apr 9, 2009 at 12:59 PM, Senthil <senthil at gotouchpoint.com> wrote: > > Hi Anas, > > > > Very thanks for your point. It worked. But now I?m receiving linker error. > Please look in to the issue and give me a solution. > > > > Once again thanks? > > > > 1>pjsua_app.c > > 1>main.c > > 1>Generating Code... > > 1>Linking... > > 1>LINK : fatal error LNK1181: cannot open input file > '..\..\third_party\lib\libgsmcodec-i386-win32-vc8-release.lib' > > 1>Creating browse information file... > > 1>Microsoft Browse Information Maintenance Utility Version 8.00.50727 > > 1>Copyright (C) Microsoft Corporation. All rights reserved. > > 1>Build log was saved at "file://c:\Documents and > Settings\senthil\Desktop\pjproject-1.0.2\pjsip-apps\build\output\pjsua-i386-win32-vc8-release\BuildLog.htm" > > 1>pjsua - 1 error(s), 0 warning(s) > > ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== > > > > Regards, > > Senthil > > > ------------------------------ > > *From:* pjsip-bounces at lists.pjsip.org [mailto: > pjsip-bounces at lists.pjsip.org] *On Behalf Of *anass kartit > *Sent:* Thursday, April 09, 2009 1:22 PM > *To:* pjsip list > *Subject:* Re: [pjsip] Problem in building PJSUA Project > > > > Hi, > > > > Try to change #include <basetsd.h> to #include "basetsd.h" in winnt.h or > it might be WINVER is not supporting win2000. > > Hope this helps. > > Anas > > On Thu, Apr 9, 2009 at 4:33 AM, Senthil <senthil at gotouchpoint.com> wrote: > > Hi, > > > > Environment used: > > > > - Windows 2000 professional SP4 > - Microsoft Visual C++ 2005 (including Express edition) > - Microsoft Platform SDK 3790.1830 > - Microsoft DirectX SDK 9.0 > - Microsoft .NET framework 2.0 > > > > I?ve downloaded ?pjproject-1.1.zip? from pjsip.org. Then I followed the > instructions given under the following link: > > > > http://www.pjsip.org/using.htm#svn > > > > As mentioned under the section 4.2 I tried to build the ?pjsua? project > using Visual C++ compiler, but I received nearly 18 errors. Please find the > output below: > > > > 1>------ Build started: Project: pjsua, Configuration: Release Win32 ------ > > 1>Compiling... > > 1>main.c > > 1>C:\Program Files\Microsoft Visual Studio > 8\VC\PlatformSDK\include\winnt.h(222) : error C2061: syntax error : > identifier 'PVOID64' > > 1>C:\Program Files\Microsoft Visual Studio > 8\VC\PlatformSDK\include\winnt.h(222) : error C2059: syntax error : ';' > > 1>C:\Program Files\Microsoft Visual Studio > 8\VC\PlatformSDK\include\winnt.h(5940) : error C2061: syntax error : > identifier 'PVOID64' > > 1>C:\Program Files\Microsoft Visual Studio > 8\VC\PlatformSDK\include\winnt.h(5942) : error C2059: syntax error : '}' > > 1>C:\Program Files\Microsoft Visual Studio > 8\VC\PlatformSDK\include\winbase.h(5056) : error C2146: syntax error : > missing ')' before identifier 'aSegmentArray' > > 1>C:\Program Files\Microsoft Visual Studio > 8\VC\PlatformSDK\include\winbase.h(5056) : error C2081: > 'FILE_SEGMENT_ELEMENT' : name in formal parameter list illegal > > 1>C:\Program Files\Microsoft Visual Studio > 8\VC\PlatformSDK\include\winbase.h(5056) : error C2061: syntax error : > identifier 'aSegmentArray' > > 1>C:\Program Files\Microsoft Visual Studio > 8\VC\PlatformSDK\include\winbase.h(5056) : error C2059: syntax error : ';' > > 1>C:\Program Files\Microsoft Visual Studio > 8\VC\PlatformSDK\include\winbase.h(5056) : error C3409: empty attribute > block is not allowed > > 1>C:\Program Files\Microsoft Visual Studio > 8\VC\PlatformSDK\include\winbase.h(5056) : error C2059: syntax error : ',' > > 1>C:\Program Files\Microsoft Visual Studio > 8\VC\PlatformSDK\include\winbase.h(5060) : error C2059: syntax error : ')' > > 1>C:\Program Files\Microsoft Visual Studio > 8\VC\PlatformSDK\include\winbase.h(5067) : error C2146: syntax error : > missing ')' before identifier 'aSegmentArray' > > 1>C:\Program Files\Microsoft Visual Studio > 8\VC\PlatformSDK\include\winbase.h(5067) : error C2081: > 'FILE_SEGMENT_ELEMENT' : name in formal parameter list illegal > > 1>C:\Program Files\Microsoft Visual Studio > 8\VC\PlatformSDK\include\winbase.h(5067) : error C2061: syntax error : > identifier 'aSegmentArray' > > 1>C:\Program Files\Microsoft Visual Studio > 8\VC\PlatformSDK\include\winbase.h(5067) : error C2059: syntax error : ';' > > 1>C:\Program Files\Microsoft Visual Studio > 8\VC\PlatformSDK\include\winbase.h(5067) : error C3409: empty attribute > block is not allowed > > 1>C:\Program Files\Microsoft Visual Studio > 8\VC\PlatformSDK\include\winbase.h(5067) : error C2059: syntax error : ',' > > 1>C:\Program Files\Microsoft Visual Studio > 8\VC\PlatformSDK\include\winbase.h(5071) : error C2059: syntax error : ')' > > 1>Creating browse information file... > > 1>Microsoft Browse Information Maintenance Utility Version 8.00.50727 > > 1>Copyright (C) Microsoft Corporation. All rights reserved. > > 1>Build log was saved at "file://c:\Documents and > Settings\senthil\Desktop\pjproject-1.0.2\pjsip-apps\build\output\pjsua-i386-win32-vc8-release\BuildLog.htm" > > 1>pjsua - 18 error(s), 0 warning(s) > > ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== > > > > Any suggestion on this issue is greatly appreciated. > > > > Thanks & Regards, > > - Senthil > > > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > > -- > Anass Kartit > > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > > > > -- > Anass Kartit > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090409/8d15e5d4/attachment-0001.html>