<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: G729 Codec in VC++ 2003 Link problem in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/G729-Codec-in-VC-2003-Link-problem/m-p/914382#M14799</link>
    <description>&lt;P&gt;Dear Customer,&lt;/P&gt;
&lt;P&gt;You may need to link the usc.lib from ipp-samplesspeech-codecs&amp;#8;inwin32lib , this library is generated after building the USC sample. The USC_G729I_Fxnsis defined in the uscg729i.c file, which contains in usc.lib.&lt;BR /&gt;&lt;BR /&gt;Hope it helps and if you still have questions, please submit a support issue in Intel Premier Support.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ying &lt;/P&gt;</description>
    <pubDate>Fri, 21 Mar 2008 23:30:20 GMT</pubDate>
    <dc:creator>Ying_S_Intel</dc:creator>
    <dc:date>2008-03-21T23:30:20Z</dc:date>
    <item>
      <title>G729 Codec in VC++ 2003 Link problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/G729-Codec-in-VC-2003-Link-problem/m-p/914381#M14798</link>
      <description>&lt;P&gt;Hello. I am attempting to build a sample application to decode G729 in Visual Studio 2003 in C++, using the evaluation version. The samples from Intel show to declare an extern in order to access the functions. I cannot seem to get it to link properly. Here is the linkererror I get:&lt;/P&gt;&lt;PRE&gt;error LNK2001: unresolved external symbol "struct USC_Fxns USC_G729I_Fxns" (&lt;A href="mailto:?USC_G729I_Fxns@@3UUSC_Fxns@@A"&gt;?USC_G729I_Fxns@@3UUSC_Fxns@@A&lt;/A&gt;)&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;And here is what I'm doing:&lt;/P&gt;&lt;PRE&gt;&lt;FONT color="#0000ff" size="2"&gt;&lt;P&gt;extern&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt; USC_Fxns USC_G729I_Fxns;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USC_Fxns *USC_Gxxx_Fnxs = &amp;amp;USC_G729I_Fxns;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 06 Mar 2008 22:57:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/G729-Codec-in-VC-2003-Link-problem/m-p/914381#M14798</guid>
      <dc:creator>impala455</dc:creator>
      <dc:date>2008-03-06T22:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: G729 Codec in VC++ 2003 Link problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/G729-Codec-in-VC-2003-Link-problem/m-p/914382#M14799</link>
      <description>&lt;P&gt;Dear Customer,&lt;/P&gt;
&lt;P&gt;You may need to link the usc.lib from ipp-samplesspeech-codecs&amp;#8;inwin32lib , this library is generated after building the USC sample. The USC_G729I_Fxnsis defined in the uscg729i.c file, which contains in usc.lib.&lt;BR /&gt;&lt;BR /&gt;Hope it helps and if you still have questions, please submit a support issue in Intel Premier Support.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ying &lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2008 23:30:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/G729-Codec-in-VC-2003-Link-problem/m-p/914382#M14799</guid>
      <dc:creator>Ying_S_Intel</dc:creator>
      <dc:date>2008-03-21T23:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: G729 Codec in VC++ 2003 Link problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/G729-Codec-in-VC-2003-Link-problem/m-p/914383#M14800</link>
      <description>I'm having the same issue as well; Here's the list of the errors I get:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: #800000;"&gt;pjmedia_codec_wince.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol USC_G722_Fxns&lt;BR /&gt;pjmedia_codec_wince.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol USC_G728_Fxns&lt;BR /&gt;pjmedia_codec_wince.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol USC_G726_Fxns&lt;BR /&gt;pjmedia_codec_wince.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol USC_G723_Fxns&lt;BR /&gt;pjmedia_codec_wince.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol USC_G729I_Fxns&lt;BR /&gt;pjmedia_codec_wince.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol USC_AMRWB_Fxns&lt;BR /&gt;pjmedia_codec_wince.lib(ipp_codecs.obj) : error LNK2001: unresolved external symbol USC_GSMAMR_Fxns&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;I included usc.lib and its folder's path within the project settings.&lt;BR /&gt;&lt;BR /&gt;How can I solve these errors?&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Feb 2009 07:45:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/G729-Codec-in-VC-2003-Link-problem/m-p/914383#M14800</guid>
      <dc:creator>newbie2009</dc:creator>
      <dc:date>2009-02-02T07:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: G729 Codec in VC++ 2003 Link problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/G729-Codec-in-VC-2003-Link-problem/m-p/914384#M14801</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="margin-top: 5px; width: 100%;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/301828"&gt;impala455&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;
&lt;P&gt;Hello. I am attempting to build a sample application to decode G729 in Visual Studio 2003 in C++, using the evaluation version. The samples from Intel show to declare an extern in order to access the functions. I cannot seem to get it to link properly. Here is the linkererror I get:&lt;/P&gt;
error LNK2001: unresolved external symbol "struct USC_Fxns USC_G729I_Fxns" (&lt;A href="mailto:?USC_G729I_Fxns@@3UUSC_Fxns@@A"&gt;?USC_G729I_Fxns@@3UUSC_Fxns@@A&lt;/A&gt;)&lt;BR /&gt;
&lt;/EM&gt;&lt;PRE&gt;&lt;EM&gt;&lt;/EM&gt;&lt;/PRE&gt;
&lt;P&gt;And here is what I'm doing:&lt;/P&gt;
&lt;SPAN style="font-size: x-small; color: #0000ff;"&gt;&lt;SPAN style="font-size: x-small; color: #0000ff;"&gt;
&lt;P&gt;extern&lt;/P&gt;
&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;USC_Fxns USC_G729I_Fxns;
&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;USC_Fxns *USC_Gxxx_Fnxs = &amp;amp;USC_G729I_Fxns;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;The real reason for your error is that the sample code in the USC manual is incorrect.&lt;BR /&gt;extern USC_Fxns USC_G729I_Fxns is not needed anymore in IPP 6.0&lt;BR /&gt;It will cause an error.&lt;BR /&gt;Use &amp;amp;USC_G729I_Fxns directly.&lt;BR /&gt;&lt;BR /&gt;You also need to add at the top:&lt;BR /&gt;#include "usc.h"&lt;BR /&gt;#include "usc_objects_decl.h"&lt;BR /&gt;&lt;BR /&gt;You also need to define in your build:&lt;BR /&gt;_USC_G729 if you want to only use this codec.&lt;BR /&gt;or&lt;BR /&gt;_USC_CODECS if you plan to use all of the codecs.&lt;BR /&gt;&lt;BR /&gt;See usc_objects_decl.h for other defines.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Feb 2009 21:43:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/G729-Codec-in-VC-2003-Link-problem/m-p/914384#M14801</guid>
      <dc:creator>D_S_</dc:creator>
      <dc:date>2009-02-12T21:43:33Z</dc:date>
    </item>
    <item>
      <title>G729 Codec in VC++ 2003 Link problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/G729-Codec-in-VC-2003-Link-problem/m-p/914385#M14802</link>
      <description>Hello. Easiest way to correct it is to write the code:&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: x-small;"&gt;extern&lt;/SPAN&gt;&lt;SPAN style="font-size: x-small;"&gt; "C" USC_Fxns USC_G729I_Fxns;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;USC_Fxns *USC_Gxxx_Fnxs = &amp;amp;USC_G729I_Fxns;&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;After that everything will be ok.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Regards,Ron&lt;/DIV&gt;</description>
      <pubDate>Mon, 27 Jun 2011 16:58:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/G729-Codec-in-VC-2003-Link-problem/m-p/914385#M14802</guid>
      <dc:creator>tcorp1</dc:creator>
      <dc:date>2011-06-27T16:58:01Z</dc:date>
    </item>
    <item>
      <title>G729 Codec in VC++ 2003 Link problem</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/G729-Codec-in-VC-2003-Link-problem/m-p/914386#M14803</link>
      <description>Hi Ron, &lt;BR /&gt;&lt;BR /&gt;Thanks a lot for the sharing. &lt;BR /&gt;&lt;BR /&gt;Yes, it is easiest solution. &lt;BR /&gt;see &lt;A href="http://integration-software.intel.com/en-us/forums/showthread.php?t=77076"&gt;http://integration-software.intel.com/en-us/forums/showthread.php?t=77076&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ying &lt;BR /&gt;</description>
      <pubDate>Fri, 01 Jul 2011 09:47:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/G729-Codec-in-VC-2003-Link-problem/m-p/914386#M14803</guid>
      <dc:creator>Ying_H_Intel</dc:creator>
      <dc:date>2011-07-01T09:47:48Z</dc:date>
    </item>
  </channel>
</rss>

